fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functions
[oota-llvm.git] / tools / llvm-prof / Makefile
index 8c96e2bc3403357c8ce6ac4e429a4172455af5f7..505576b9036d5c81d8d8eea4c3dcfee308ba1f99 100644 (file)
@@ -9,5 +9,7 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-prof
-USEDLIBS = analysis.a bcreader vmcore support.a
+LINK_COMPONENTS = bitreader analysis
+REQUIRES_EH := 1
+
 include $(LEVEL)/Makefile.common