Fix exception demo: Add mcjit to link component.
[oota-llvm.git] / examples / ExceptionDemo / Makefile
index 480744730eb79a87b6bf42972c3e1ed462810d0b..58d9def0b7eea2d33e874011f80d705f1e6ddcc2 100644 (file)
@@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo
 EXAMPLE_TOOL = 1
 REQUIRES_EH = 1
 
-LINK_COMPONENTS := jit interpreter nativecodegen
+LINK_COMPONENTS := jit mcjit nativecodegen
 
 include $(LEVEL)/Makefile.common