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