mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
[ThinLTO] BitcodeWriter still requires Analysis library
This should fix bot failure: http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/9873 The bitcode writer unfortunately still needs the Analysis library, as it replaces old dependence on BFI etc with dependence on new ModuleSummaryAnalysis pass. llvm-svn: 265945
This commit is contained in:
parent
28d926d1e5
commit
33c1d9a108
@ -19,4 +19,4 @@
|
||||
type = Library
|
||||
name = BitWriter
|
||||
parent = Bitcode
|
||||
required_libraries = Core Support
|
||||
required_libraries = Analysis Core Support
|
||||
|
Loading…
Reference in New Issue
Block a user