Add bogus conditional branch before stlx
[oota-llvm.git] / examples / HowToUseJIT / Makefile
index c8919db90cc2e1f18b44a08b547e4b7344112276..26a25a12bf23af3fef25c3eabd955bf381a5c291 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../..
 TOOLNAME = HowToUseJIT
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := jit interpreter nativecodegen
+LINK_COMPONENTS := mcjit interpreter nativecodegen
 
 include $(LEVEL)/Makefile.common