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