X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FParallelJIT%2FMakefile;h=f183da246e4fcd36718d2b054b6ce196dc3393c2;hp=cb014a0082ad1612ed8d5bcbd453c157498ef6d2;hb=885e3cb7f3465ad6db3bcb0c43f208208befeba1;hpb=a5632088982b6c5443c376a3ef57f9f32c0ee52e diff --git a/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile index cb014a0082a..f183da246e4 100644 --- a/examples/ParallelJIT/Makefile +++ b/examples/ParallelJIT/Makefile @@ -10,8 +10,7 @@ LEVEL = ../.. TOOLNAME = ParallelJIT EXAMPLE_TOOL = 1 -# Enable JIT support -LLVMLIBS := JIT +LINK_COMPONENTS := jit interpreter native include $(LEVEL)/Makefile.common