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 | 0fe380c683a41f0fa281901132e853eda4e1ab38 (patch) | |
tree | e95c24434b9bdf9e2ffdc8b50b86f699d9c3bb2d /lib | |
parent | 348d165d9b0854495f199fa31c76349347750995 (diff) | |
download | external_llvm-0fe380c683a41f0fa281901132e853eda4e1ab38.zip external_llvm-0fe380c683a41f0fa281901132e853eda4e1ab38.tar.gz external_llvm-0fe380c683a41f0fa281901132e853eda4e1ab38.tar.bz2 |
Remove tracing code hack
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExecutionEngine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 930f410..4a56411 100644 --- a/lib/ExecutionEngine/Makefile +++ b/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 |