From: Chris Lattner Date: Mon, 20 May 2002 21:16:46 +0000 (+0000) Subject: Remove tracing code hack X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0fe380c683a41f0fa281901132e853eda4e1ab38;p=oota-llvm.git Remove tracing code hack git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2673 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 930f410b685..4a5641106d0 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 diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 930f410b685..4a5641106d0 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