Add bogus conditional branch before stlx
[oota-llvm.git] / examples / ParallelJIT / Makefile
index 5031eca9ac518b6fc4fe4c04b6733461407384cf..0f2a3575f76c737400458e726f1141785fbd7728 100644 (file)
@@ -10,7 +10,7 @@ LEVEL = ../..
 TOOLNAME = ParallelJIT
 EXAMPLE_TOOL = 1
 
 TOOLNAME = ParallelJIT
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := mcjit interpreter nativecodegen
 
 include $(LEVEL)/Makefile.common
 
 
 include $(LEVEL)/Makefile.common