Undo spill weight tweak. Need to investigate the performance regressions.
[oota-llvm.git] / tools / llvm-extract / Makefile
index 8efe423a98b520b38c461808354884f01f0435e4..21fe37b13109070a5cd103cd5b62ea0a9a2d8ad9 100644 (file)
@@ -2,14 +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-extract
-LINK_COMPONENTS := bcreader bcwriter ipo
-REQUIRES_EH := 1
+LINK_COMPONENTS := ipo bitreader bitwriter
 
 include $(LEVEL)/Makefile.common