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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile
index 8c96e2bc34..c187296f84 100644
--- a/tools/llvm-prof/Makefile
+++ b/tools/llvm-prof/Makefile
@@ -9,5 +9,5 @@
LEVEL = ../..
TOOLNAME = llvm-prof
-USEDLIBS = analysis.a bcreader vmcore support.a
+USEDLIBS = analysis.a bcreader vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common