X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FHowToUseJIT%2FMakefile;h=26a25a12bf23af3fef25c3eabd955bf381a5c291;hb=30f747478ab1a4094bdbac162ba2b901f2814d67;hp=c61e9e12b852de8343882021d2e55738d406782f;hpb=ea6c39d417172a8edb99667e93cd6b67cd024e6a;p=oota-llvm.git diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile index c61e9e12b85..26a25a12bf2 100644 --- a/examples/HowToUseJIT/Makefile +++ b/examples/HowToUseJIT/Makefile @@ -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