[llvm] [AArch64] Always add PURECODE flag to empty .text if "+execute-only" is set (PR #132196)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 10:51:44 PDT 2025
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/132196 at github.com>
https://github.com/smithp35 approved this pull request.
LGTM.
Looking at the ARM backend code https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp#L46 it does it in a slightly different way, claiming that it can't modify flags on an existing section. It looks like that restriction has been lifted though.
The tests show that it is working and it is simpler to modify, so no objections to doing it that way.
https://github.com/llvm/llvm-project/pull/132196
More information about the llvm-commits
mailing list