Add library LLVMsystem.a because the JIT now needs it.
[oota-llvm.git] / examples / ModuleMaker / Makefile
index de7a0a5494596a98db207140587a170004ea00d7..4ae28ccb7a2338ac80c1d9d315bdb51dd8e744b7 100644 (file)
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 LEVEL=../..
 TOOLNAME=ModuleMaker
-USEDLIBS= bcwriter vmcore support.a
+USEDLIBS= bcwriter vmcore support.a LLVMsystem.a
 
 include $(LEVEL)/Makefile.common