X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllc%2FMakefile;h=c24f378bc53891d2c94be103d6c06e5bbf868c71;hb=fc699872e35ec794d7373680be6f1946fe8e9ca6;hp=44e80afbeb471a4cc964544ca0941ccc822bccbc;hpb=780cbd9bae483f82a1f0ffbee3a63b53a16e88aa;p=oota-llvm.git diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 44e80afbeb4..c24f378bc53 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -2,39 +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 -USEDLIBS = \ - LLVMSparcV9ModuloSched \ - LLVMCBackend \ - LLVMPowerPC \ - LLVMSparcV8 \ - LLVMSparcV9 \ - LLVMX86 \ - LLVMSkeleton \ - LLVMSparcV9RegAlloc \ - LLVMSparcV9InstrSched \ - LLVMCodeGen \ - LLVMTarget.a \ - LLVMSparcV9LiveVar \ - LLVMipa.a \ - LLVMTransforms.a \ - LLVMScalarOpts.a \ - LLVMAnalysis.a \ - LLVMTransformUtils.a \ - LLVMBCReader \ - LLVMBCWriter \ - LLVMCore \ - LLVMSupport.a \ - LLVMbzip2 \ - LLVMSystem.a - -TOOLLINKOPTS = $(PLATFORMLIBDL) +LEVEL := ../.. +TOOLNAME := llc +LINK_COMPONENTS := all-targets bitreader asmparser irreader include $(LEVEL)/Makefile.common