[PATCH] D71632: [lld][WebAssembly] Fail if bitcode objects are pulled in after LTO
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 10:02:50 PST 2020
sbc100 added a comment.
Adding @pcc, perhaps @ruiu is OOO?
This change is pretty uncontroversial, and prevents crash bugs that can occur when LTO introduces new symbols that themselves are stored in bitcode. I'm keen to land it to get feedback on if/when this ever happens in the wild.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71632/new/
https://reviews.llvm.org/D71632
More information about the llvm-commits
mailing list