Add support for partial redefs to the fast register allocator.
[oota-llvm.git] / tools / llvm-ld / Makefile
index dc8bffb742bf3017ab8a5ba9c151b37ce9778841..1ef9bf1174508647157dd82cfcfedb50aa09f83e 100644 (file)
@@ -2,15 +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
-LINK_COMPONENTS = ipo scalaropts linker archive bcreader bcwriter
-REQUIRES_EH := 1
+LINK_COMPONENTS = ipo scalaropts linker archive bitwriter
 
 include $(LEVEL)/Makefile.common