Add support for partial redefs to the fast register allocator.
[oota-llvm.git] / tools / llvm-ld / Makefile
index 880df9f4fc676a78c925b93ca514cf480d97b6bb..1ef9bf1174508647157dd82cfcfedb50aa09f83e 100644 (file)
@@ -2,17 +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 = llvm-ld
-USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
-          LLVMipa.a LLVMTransformUtils LLVMTarget.a LLVMLinker.a \
-          LLVMArchive.a LLVMBCReader LLVMBCWriter \
-          LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+LINK_COMPONENTS = ipo scalaropts linker archive bitwriter
 
 include $(LEVEL)/Makefile.common