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