Fix configure and make build of llvm examples.
[oota-llvm.git] / examples / ExceptionDemo / Makefile
index 480744730eb79a87b6bf42972c3e1ed462810d0b..895b61dafcd3c8fff2029ce0eff01deb9bcc1841 100644 (file)
@@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo
 EXAMPLE_TOOL = 1
 REQUIRES_EH = 1
 
-LINK_COMPONENTS := jit interpreter nativecodegen
+LINK_COMPONENTS := mcjit nativecodegen
 
 include $(LEVEL)/Makefile.common