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