summaryrefslogtreecommitdiff
path: root/tools/llvm-prof/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-prof/Makefile')
-rw-r--r--tools/llvm-prof/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile
index 567bc4316a..dabac6c4b1 100644
--- a/tools/llvm-prof/Makefile
+++ b/tools/llvm-prof/Makefile
@@ -9,5 +9,6 @@
LEVEL = ../..
TOOLNAME = llvm-prof
-USEDLIBS = LLVMAnalysis.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMAnalysis.a LLVMBCReader \
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common