1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

Attempt at fixing the windows dll build.

It looks like only direct (i.e., explicitly listed) dependencies are
scanned.

llvm-svn: 214361
This commit is contained in:
Rafael Espindola 2014-07-30 23:39:30 +00:00
parent 6e20cf2ba5
commit 90f7ab6be3

View File

@ -19,4 +19,4 @@
type = Library
name = LTO
parent = Libraries
required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils
required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils CodeGen