diff options
| author | Rui Ueyama <ruiu@google.com> | 2019-03-14 18:21:32 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2019-03-14 18:21:32 +0000 |
| commit | cc8e4e839f6e33df06fc9c98ce114c53bf811db9 (patch) | |
| tree | 5481a04086e6c88782f23dea6a49413843081a14 /llvm/lib/Transforms | |
| parent | 0f56b22614c824bb09acebd96381b2bdb1b45a70 (diff) | |
| download | bcm5719-llvm-cc8e4e839f6e33df06fc9c98ce114c53bf811db9.tar.gz bcm5719-llvm-cc8e4e839f6e33df06fc9c98ce114c53bf811db9.zip | |
Make a hack for LTO work only when you are actually doing LTO.
We allow an archive file without symbol table as a linker input as a
workaround for a very common error in LTO build. But that logic worked
even for an archive file containing non-bitcode files, which is not
expected. This patch limits that workaround to one that contains only
bitcode files.
Differential Revision: https://reviews.llvm.org/D59373
llvm-svn: 356186
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions

