[PATCH] D88199: Introduce and use a new section type for the bb_addr_map section.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 01:36:19 PDT 2020
jhenderson added a comment.
Personally, I think we should still have a new section type - the section has a well-defined structure, which in turn means it can be parsed and dumped. We shouldn't need to use section names to distinguish it from other sections to determine which section to parse or dump.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88199/new/
https://reviews.llvm.org/D88199
More information about the llvm-commits
mailing list