aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-prof/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 04:43:00 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 04:43:00 +0000
commit592488a4ef92ce8e454dc029808ed1b6612b7312 (patch)
treef4de499ba43831ac16bc1714d6e723336861a2dd /tools/llvm-prof/Makefile
parente96eec0c6966473ed8f71ecf4d2dd37daec29d36 (diff)
downloadexternal_llvm-592488a4ef92ce8e454dc029808ed1b6612b7312.zip
external_llvm-592488a4ef92ce8e454dc029808ed1b6612b7312.tar.gz
external_llvm-592488a4ef92ce8e454dc029808ed1b6612b7312.tar.bz2
add support to llvm-prof for reading from a bitcode file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36836 91177308-0d34-0410-b5e6-96231b3b80d8
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 b745e65..72e2bcf 100644
--- a/tools/llvm-prof/Makefile
+++ b/tools/llvm-prof/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-prof
-LINK_COMPONENTS = bcreader analysis
+LINK_COMPONENTS = bcreader bitreader analysis
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common