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