Add library LLVMsystem.a because the JIT now needs it.
[oota-llvm.git] / examples / HowToUseJIT / Makefile
index 834ad02e3c327673e7c7f2bf2e5cd523c7c45926..9e42223d435c55938393a74349b1c1388de8d500 100644 (file)
@@ -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