summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 23:13:46 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 23:13:46 +0000
commit8efb9d733faa38cce0cc92719ed05ce7eaa06dd7 (patch)
treee5b784ade3beb011d910ecaa0017e2cb256a29f8 /lib/ExecutionEngine/Makefile
parent3d0fda2f56a83b45b3673fff430b297da3030d88 (diff)
downloadllvm-8efb9d733faa38cce0cc92719ed05ce7eaa06dd7.tar.gz
llvm-8efb9d733faa38cce0cc92719ed05ce7eaa06dd7.tar.bz2
llvm-8efb9d733faa38cce0cc92719ed05ce7eaa06dd7.tar.xz
Eliminate opt library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Makefile')
-rw-r--r--lib/ExecutionEngine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile
index 54f675c28c..3e3f0b0d9e 100644
--- a/lib/ExecutionEngine/Makefile
+++ b/lib/ExecutionEngine/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = lli
-USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support \
+USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
target transforms
TOOLLINKOPTS = -ldl
@@ -16,6 +16,6 @@ Debug/RuntimeLib.ll: Debug/RuntimeLib.c
/home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@
$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll
- ../Debug/gccas $< -o $@
+ LD_LIBRARY_PATH=../lib/Debug:/usr/dcs/software/evaluation/encap/gcc-3.0.2/lib/ ../Debug/gccas $< -o $@