diff options
| author | Teresa Johnson <tejohnson@google.com> | 2016-04-11 14:59:07 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2016-04-11 14:59:07 +0000 |
| commit | 6f6fa362442ed9e713fbfdc1331324407c134fab (patch) | |
| tree | 794b56cf1acde37260a8b68d88fdad20f404bdc0 /llvm/lib | |
| parent | aa0476860009c892495f11418a7c7604b8f6d910 (diff) | |
| download | bcm5719-llvm-6f6fa362442ed9e713fbfdc1331324407c134fab.tar.gz bcm5719-llvm-6f6fa362442ed9e713fbfdc1331324407c134fab.zip | |
[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
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Bitcode/Writer/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/LLVMBuild.txt b/llvm/lib/Bitcode/Writer/LLVMBuild.txt index 7d9e1de771b..a450b38fba2 100644 --- a/llvm/lib/Bitcode/Writer/LLVMBuild.txt +++ b/llvm/lib/Bitcode/Writer/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = BitWriter parent = Bitcode -required_libraries = Core Support +required_libraries = Analysis Core Support |

