[PATCH] D133456: [V2] MC: make section classification a bit more thorough
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 21:52:29 PDT 2022
MaskRay added a comment.
> This has one important change: we now classify sections as text by default rather than readonly. This matches the behaviour for GAS better.
This is somewhat surprising to me. The default section (before a `.section` directive) in gas is `.text` but that does not indicate other sections?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133456/new/
https://reviews.llvm.org/D133456
More information about the llvm-commits
mailing list