fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functions
[oota-llvm.git] / tools / llvm-prof / Makefile
index dabac6c4b14528194e81fc5e7b9a98de9ba1d59e..505576b9036d5c81d8d8eea4c3dcfee308ba1f99 100644 (file)
@@ -9,6 +9,7 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-prof
-USEDLIBS = LLVMAnalysis.a LLVMBCReader \
-          LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+LINK_COMPONENTS = bitreader analysis
+REQUIRES_EH := 1
+
 include $(LEVEL)/Makefile.common