X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllc%2FMakefile;h=c24f378bc53891d2c94be103d6c06e5bbf868c71;hb=fc699872e35ec794d7373680be6f1946fe8e9ca6;hp=812e59a224f16c9bf09d77e9ba9907337e680a63;hpb=3f2e0e61653ece363f777850cca112b5f379799b;p=oota-llvm.git diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 812e59a224f..c24f378bc53 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -2,35 +2,14 @@ # # 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 = llc -REQUIRES_EH := 1 +LEVEL := ../.. +TOOLNAME := llc +LINK_COMPONENTS := all-targets bitreader asmparser irreader -# Include this here so we can get the configuration of the targets -# that have been configured for construction. We have to do this -# early so we can set up USEDLIBS properly before includeing Makefile.rules -include $(LEVEL)/Makefile.config - -USEDLIBS := $(addprefix LLVM,$(TARGETS_TO_BUILD)) \ - LLVMTarget.a \ - LLVMCodeGen.a \ - LLVMSelectionDAG.a \ - LLVMipa.a \ - LLVMTransforms.a \ - LLVMScalarOpts.a \ - LLVMTransformUtils.a \ - LLVMAnalysis.a \ - LLVMBCReader.a \ - LLVMBCWriter.a \ - LLVMCore.a \ - LLVMSupport.a \ - LLVMbzip2.a \ - LLVMSystem.a - -include $(LLVM_SRC_ROOT)/Makefile.rules +include $(LEVEL)/Makefile.common