summaryrefslogtreecommitdiff
path: root/examples/HowToUseJIT
diff options
context:
space:
mode:
Diffstat (limited to 'examples/HowToUseJIT')
-rw-r--r--examples/HowToUseJIT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile
index 834ad02e3c..9e42223d43 100644
--- a/examples/HowToUseJIT/Makefile
+++ b/examples/HowToUseJIT/Makefile
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = HowToUseJIT
USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
scalaropts analysis.a transformutils.a bcreader target.a vmcore \
- support.a
+ support.a LLVMsystem.a
include $(LEVEL)/Makefile.common