Fix dependencies/shared library build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245955 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthias Braun 2015-08-25 17:07:40 +00:00
parent 47c36ab1cd
commit a83ba0a1b8

View File

@ -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