1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove tracing code hack

llvm-svn: 2673
This commit is contained in:
Chris Lattner 2002-05-20 21:16:46 +00:00
parent 37ced9a9de
commit 7563f3d1fb
2 changed files with 2 additions and 2 deletions

View 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

View 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