[PATCH] D83655: [AsmPrinter] Split up .gcc_except_table
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 13:04:55 PDT 2020
psmith added a comment.
What would happen if there was a single .text section containing multiple functions, would that produce multiple .gcc_except_table sections each with a SHF_LINK_ORDER dependency on the single .text section? I think that this is OK as there are no other sections that refer to .gcc_except_table and there doesn't need to be a total order. Ideally we could have one .gcc_except_table section per associated .text section.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83655/new/
https://reviews.llvm.org/D83655
More information about the llvm-commits
mailing list