[PATCH] D92052: [MC][ELF] Accept abbreviated form with sh_flags and sh_entsize
Tobias Burnus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 10:13:22 PST 2020
burnus added a comment.
In D92052#2452601 <https://reviews.llvm.org/D92052#2452601>, @tstellar wrote:
> Have any other targets in gcc besides amdgcn run into this problem? If this is something specific to amdgcn, then I'm not sure we should be adding a workaround for it to LLVM.
The issue is general – but for AMD GCN it shows up first as this one always uses LLVM's linker.
It is also not really a "workaround" for a bug. GCC on purpose does not repeat the flags for .section in order to reduce the huge assembler file size one gets with -ffunction-sections.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92052/new/
https://reviews.llvm.org/D92052
More information about the llvm-commits
mailing list