Link with test/Libraries/libinstr32.a for runtime routines
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 19 May 2002 16:00:28 +0000 (16:00 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 19 May 2002 16:00:28 +0000 (16:00 +0000)
supporting tracing.  That should be moved to a "runtime" directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2660 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/lli/Makefile

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