Use toplevel function pass manager as OnTheFly manager.
[oota-llvm.git] / tools / llvm-ranlib / Makefile
index 5aab1714f232c94c6a67a3fef3eec27a26a759cf..ca4d0ce85d1017a05f2cf8b1699ae03f6f7b36bb 100644 (file)
@@ -8,7 +8,8 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-TOOLNAME = llvm-ranlib 
-USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+TOOLNAME = llvm-ranlib
+LINK_COMPONENTS = archive bcreader
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common