X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-extract%2FMakefile;h=d371c54759263a83a244cf40dd2e9a2b4691339a;hb=e2ff00e117ba9b758b298e671f65c0b002f8a52d;hp=21fe37b13109070a5cd103cd5b62ea0a9a2d8ad9;hpb=51167848265a0fa006c32557caa4aeb3f482f45e;p=oota-llvm.git diff --git a/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile index 21fe37b1310..d371c547592 100644 --- a/tools/llvm-extract/Makefile +++ b/tools/llvm-extract/Makefile @@ -7,9 +7,11 @@ # ##===----------------------------------------------------------------------===## -LEVEL = ../.. +LEVEL := ../.. +TOOLNAME := llvm-extract +LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader -TOOLNAME = llvm-extract -LINK_COMPONENTS := ipo bitreader bitwriter +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common