[PATCH] D115864: [IR] Track users of comdat
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 17 10:15:25 PST 2021
nikic planned changes to this revision.
nikic added a comment.
In D115864#3200207 <https://reviews.llvm.org/D115864#3200207>, @aeubanks wrote:
> presubmit is showing some lld test failures
Looks like the bitcode reader is doing some magic with comdats: https://github.com/llvm/llvm-project/blob/f78c1b07cb263e77731b6f43eedd345bdcc3be08/llvm/lib/Bitcode/Reader/BitcodeReader.cpp#L3296
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115864/new/
https://reviews.llvm.org/D115864
More information about the llvm-commits
mailing list