Merging r258436:
[oota-llvm.git] / examples / HowToUseJIT / Makefile
index 14dfa61c652ec145e8b3637061da887914b39b05..26a25a12bf23af3fef25c3eabd955bf381a5c291 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../..
 TOOLNAME = HowToUseJIT
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := mcjit interpreter nativecodegen
 
 include $(LEVEL)/Makefile.common