[PATCH] D92151: [MC] Set the unique id of .stack_sizes to the associated .text section's
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 26 09:12:25 PST 2020
MaskRay added a comment.
In D92151#2417868 <https://reviews.llvm.org/D92151#2417868>, @jhenderson wrote:
> Thanks, LGTM too. Honestly, I'm slightly surprised this wasn't already the case. I guess no-unique-section-names hasn't been widely used in practice.
It hasn't been widely used in practice. GCC does not support -fno-unique-section-names (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95095)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92151/new/
https://reviews.llvm.org/D92151
More information about the llvm-commits
mailing list