[PM] Remove the old 'PassManager.h' header file at the top level of
[oota-llvm.git] / examples / HowToUseJIT / Makefile
index c61e9e12b852de8343882021d2e55738d406782f..26a25a12bf23af3fef25c3eabd955bf381a5c291 100644 (file)
@@ -9,10 +9,7 @@
 LEVEL = ../..
 TOOLNAME = HowToUseJIT
 EXAMPLE_TOOL = 1
-# To keep the shared library working, we link a few of the examples
-# against it unconditionally.
-ENABLE_SHARED = 1
 
-LINK_COMPONENTS := jit interpreter nativecodegen
+LINK_COMPONENTS := mcjit interpreter nativecodegen
 
 include $(LEVEL)/Makefile.common