summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-08-25 17:07:40 +0000
committerMatthias Braun <matze@braunis.de>2015-08-25 17:07:40 +0000
commita7fc3856f11a893ec599fc067035c52291f5740a (patch)
treea790c49c185ed5b592c8b71e5fd2ce764e8250b3 /llvm/lib/Transforms
parentd4860003871af3b1004bef4c070307534624e278 (diff)
downloadbcm5719-llvm-a7fc3856f11a893ec599fc067035c52291f5740a.tar.gz
bcm5719-llvm-a7fc3856f11a893ec599fc067035c52291f5740a.zip
Fix dependencies/shared library build
llvm-svn: 245955
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/LLVMBuild.txt b/llvm/lib/Transforms/IPO/LLVMBuild.txt
index 56723901702..ff6970bd82c 100644
--- a/llvm/lib/Transforms/IPO/LLVMBuild.txt
+++ b/llvm/lib/Transforms/IPO/LLVMBuild.txt
@@ -20,4 +20,4 @@ type = Library
name = IPO
parent = Transforms
library_name = ipo
-required_libraries = Analysis Core InstCombine Scalar Support TransformUtils Vectorize
+required_libraries = Analysis Core InstCombine Scalar Support TransformUtils Vectorize ProfileData
OpenPOWER on IntegriCloud