minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / tools / llvm-ld / Makefile
index 6d9b76abc8842016a86acf9f315d0ba3006eb69b..dc8bffb742bf3017ab8a5ba9c151b37ce9778841 100644 (file)
@@ -10,7 +10,7 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-ld
-USEDLIBS = ipo.a transforms.a scalaropts.a analysis.a ipa.a transformutils.a \
-           target.a bcreader bcwriter vmcore support.a LLVMsystem.a
+LINK_COMPONENTS = ipo scalaropts linker archive bcreader bcwriter
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common