X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FHowToUseJIT%2FMakefile;h=c8919db90cc2e1f18b44a08b547e4b7344112276;hb=71857ccdb83b6374f7a791c2dae45ce9934a85af;hp=14dfa61c652ec145e8b3637061da887914b39b05;hpb=57360d1f1cede3b26744d0ce3ade814fcc0f332d;p=oota-llvm.git diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile index 14dfa61c652..c8919db90cc 100644 --- a/examples/HowToUseJIT/Makefile +++ b/examples/HowToUseJIT/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = HowToUseJIT EXAMPLE_TOOL = 1 -LINK_COMPONENTS := jit interpreter native +LINK_COMPONENTS := jit interpreter nativecodegen include $(LEVEL)/Makefile.common