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