aboutsummaryrefslogtreecommitdiff
path: root/test/Feature/TestOptimizer.sh
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 06:50:08 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 06:50:08 +0000
commitf2a1dbc1e3162eccd52c511e0928f06a76d13342 (patch)
treec6690f5102e168495e576502880b581556ccd032 /test/Feature/TestOptimizer.sh
parentdbe5304f77215fd5d211e60c385fb01edf70b24a (diff)
Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ libraries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1505 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/TestOptimizer.sh')
-rwxr-xr-xtest/Feature/TestOptimizer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/TestOptimizer.sh b/test/Feature/TestOptimizer.sh
index 20a87ddf83..3501eb2736 100755
--- a/test/Feature/TestOptimizer.sh
+++ b/test/Feature/TestOptimizer.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-LD_LIBRARY_PATH=../lib/Debug
+LD_LIBRARY_PATH=../lib/Debug:/usr/dcs/software/evaluation/encap/gcc-3.0.2/lib/
export LD_LIBRARY_PATH
AS=../tools/Debug/as