diff options
author | Chris Lattner <sabre@nondot.org> | 2002-05-20 21:16:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-05-20 21:16:46 +0000 |
commit | 13e8979767f98b88770447ce59952cb2917b63c3 (patch) | |
tree | d8feb8d4a4ce0e55ac2b1d0b3abf9b409d5ad22c /llvm/lib | |
parent | f7b31cceec0ffb2f935006b6dbceb4bee767483f (diff) | |
download | bcm5719-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/Makefile | 2 |
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 |