X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FParallelJIT%2FMakefile;h=0f2a3575f76c737400458e726f1141785fbd7728;hb=ac6ac4cb6c567726b5ea8c823906a4ab6c8c089a;hp=8a49d4273132a192b494307bbd9b13f88ee1661a;hpb=c40c8b333d1b4f885ee0f972f2b91965f3d683fd;p=oota-llvm.git diff --git a/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile index 8a49d427313..0f2a3575f76 100644 --- a/examples/ParallelJIT/Makefile +++ b/examples/ParallelJIT/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = ParallelJIT EXAMPLE_TOOL = 1 -LINK_COMPONENTS := jit interpreter nativecodegen +LINK_COMPONENTS := mcjit interpreter nativecodegen include $(LEVEL)/Makefile.common