summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-20 21:16:46 +0000
committerChris Lattner <sabre@nondot.org>2002-05-20 21:16:46 +0000
commit13e8979767f98b88770447ce59952cb2917b63c3 (patch)
treed8feb8d4a4ce0e55ac2b1d0b3abf9b409d5ad22c /llvm/lib
parentf7b31cceec0ffb2f935006b6dbceb4bee767483f (diff)
downloadbcm5719-llvm-13e8979767f98b88770447ce59952cb2917b63c3.tar.gz
bcm5719-llvm-13e8979767f98b88770447ce59952cb2917b63c3.zip
Remove tracing code hack
llvm-svn: 2673
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index 930f410b685..4a5641106d0 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = lli
USEDLIBS = bcreader vmcore analysis support target transforms
-TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl
+TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud