diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-05-19 16:00:28 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-05-19 16:00:28 +0000 |
commit | 53835b808134122a0850d9653433fe0e1815a9ac (patch) | |
tree | 9910e683b0ca3b69d412ffea09794e0001d30405 /tools/lli/Makefile | |
parent | eb1a8453f9571cea2dc0a79374351db78f31bc28 (diff) |
Link with test/Libraries/libinstr32.a for runtime routines
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
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 4a5641106d..930f410b68 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -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 |