Remove tracing code hack
authorChris Lattner <sabre@nondot.org>
Mon, 20 May 2002 21:16:46 +0000 (21:16 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 May 2002 21:16:46 +0000 (21:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2673 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/lli/Makefile

index 930f410b685037dbc01766a93761bdb67ee45fa3..4a5641106d0f4d58b92fbc7070cd6c1516502738 100644 (file)
@@ -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
index 930f410b685037dbc01766a93761bdb67ee45fa3..4a5641106d0f4d58b92fbc7070cd6c1516502738 100644 (file)
@@ -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