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