1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00

Fix dependencies/shared library build

llvm-svn: 245955
This commit is contained in:
Matthias Braun 2015-08-25 17:07:40 +00:00
parent 03580208c3
commit 194ba5f3f6

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