[PATCH] D68213: [LTO] Support for embedding bitcode section during LTO

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 12 08:14:22 PST 2019


tejohnson added a comment.

In D68213#1781436 <https://reviews.llvm.org/D68213#1781436>, @zapster wrote:

> Thanks again for you reviews! Since I do not have commit rights, I would be grateful if someone could push it for me.


The new LTO/X86/embed-bitcode.ll test is failing for me:

llvm-lto2: llvm/lib/LTO/LTO.cpp:514: void llvm::lto::LTO::addModuleToGlobalRes(ArrayRef<InputFile::Symbol>, ArrayRef<llvm::lto::SymbolResolution>, unsigned int, bool): Assertion `!GlobalRes.Prevailing && "Multiple prevailing defs are not allowed"' failed.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68213/new/

https://reviews.llvm.org/D68213





More information about the cfe-commits mailing list