X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-extract%2FMakefile;h=d371c54759263a83a244cf40dd2e9a2b4691339a;hb=e2ff00e117ba9b758b298e671f65c0b002f8a52d;hp=20a107c5c76794815e4fef91e5b3bd53306266a1;hpb=0465fa9cf89a0c8a96cff6af59b0fbac9098471a;p=oota-llvm.git diff --git a/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile index 20a107c5c76..d371c547592 100644 --- a/tools/llvm-extract/Makefile +++ b/tools/llvm-extract/Makefile @@ -2,16 +2,16 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = llvm-extract -USEDLIBS = LLVMBCReader.a LLVMBCWriter.a LLVMTransforms.a LLVMipo.a \ - LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \ - LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a -REQUIRES_EH := 1 +LEVEL := ../.. +TOOLNAME := llvm-extract +LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common