[PATCH] D80186: [Inliner] Update !associated metadata during inlining
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 1 12:26:15 PDT 2020
phosek added a comment.
One option we've discussed internally within our team would be to use ELF section groups (not COMDAT which is a special case of section groups) instead of `SHF_LINK_ORDER`, but those aren't supported in LLVM IR at the moment, and it's also counter to what was discussed in https://groups.google.com/g/generic-abi/c/_CbBM6T6WeM/m/LZnqx1KZAQAJ.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80186/new/
https://reviews.llvm.org/D80186
More information about the llvm-commits
mailing list