summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
-rw-r--r--llvm/tools/lli/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index 4a5641106d0..930f410b685 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/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/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile
index 4a5641106d0..930f410b685 100644
--- a/llvm/tools/lli/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud