Remove tracing code hack

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2673 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-05-20 21:16:46 +00:00
parent 348d165d9b
commit 0fe380c683
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
LEVEL = ../.. LEVEL = ../..
TOOLNAME = lli TOOLNAME = lli
USEDLIBS = bcreader vmcore analysis support target transforms USEDLIBS = bcreader vmcore analysis support target transforms
TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common

View File

@ -1,6 +1,6 @@
LEVEL = ../.. LEVEL = ../..
TOOLNAME = lli TOOLNAME = lli
USEDLIBS = bcreader vmcore analysis support target transforms USEDLIBS = bcreader vmcore analysis support target transforms
TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common