summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
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
commit0fe380c683a41f0fa281901132e853eda4e1ab38 (patch)
treee95c24434b9bdf9e2ffdc8b50b86f699d9c3bb2d /tools/lli/Makefile
parent348d165d9b0854495f199fa31c76349347750995 (diff)
downloadllvm-0fe380c683a41f0fa281901132e853eda4e1ab38.tar.gz
llvm-0fe380c683a41f0fa281901132e853eda4e1ab38.tar.bz2
llvm-0fe380c683a41f0fa281901132e853eda4e1ab38.tar.xz
Remove tracing code hack
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 930f410b68..4a5641106d 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/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