From 53835b808134122a0850d9653433fe0e1815a9ac Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sun, 19 May 2002 16:00:28 +0000 Subject: [PATCH] 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 --- lib/ExecutionEngine/Makefile | 2 +- tools/lli/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1