Fix configure and make build of llvm examples.
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / Makefile
index 6cec323efd402f4c8c858df8e42268ce4703831f..7abeb3e5b67ce544644166fc7650a7990f7b4ded 100644 (file)
@@ -11,6 +11,6 @@ TOOLNAME = Kaleidoscope-Ch7
 EXAMPLE_TOOL = 1
 REQUIRES_RTTI := 1
 
-LINK_COMPONENTS := core jit native
+LINK_COMPONENTS := core mcjit native
 
 include $(LEVEL)/Makefile.common