The modifications to LD_LIBRARY_PATH now add the specified paths to the
authorJohn Criswell <criswell@uiuc.edu>
Fri, 20 Jun 2003 16:14:49 +0000 (16:14 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 20 Jun 2003 16:14:49 +0000 (16:14 +0000)
commit259a144ef56b6471e4d42a12206b2781b39e6a27
tree4e0a582dd3f07060009b9979e3800f4226a5f42f
parent5b836c4a06c584544647d5b013b193510ac5ced5
The modifications to LD_LIBRARY_PATH now add the specified paths to the
beginning of LD_LIBRARY_PATH as opposed to simply replacing it.
This allows users to use LD_LIBRARY_PATH when running tests (useful for
when they have installed their own version of GCC).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6800 91177308-0d34-0410-b5e6-96231b3b80d8
test/Feature/TestAsmDisasm.sh
test/Feature/TestOptimizer.sh