From: Vikram S. Adve Date: Sun, 19 May 2002 16:00:28 +0000 (+0000) Subject: Link with test/Libraries/libinstr32.a for runtime routines X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=53835b808134122a0850d9653433fe0e1815a9ac;p=oota-llvm.git 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 --- diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 4a5641106d0..930f410b685 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/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 diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 4a5641106d0..930f410b685 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