Use toplevel function pass manager as OnTheFly manager.
[oota-llvm.git] / tools / llvm-prof / Makefile
index 567bc4316a11728c83dcb1ff160eefa7207e7f17..b745e654927ee8e572d4b6c4cf8abb3591fdc7bc 100644 (file)
@@ -9,5 +9,7 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-prof
-USEDLIBS = LLVMAnalysis.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+LINK_COMPONENTS = bcreader analysis
+REQUIRES_EH := 1
+
 include $(LEVEL)/Makefile.common