[lld] [llvm] [LLD][ELF][AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (3/3) (PR #125689)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 07:04:49 PST 2025
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/125689 at github.com>
https://github.com/smithp35 commented:
I've concentrated on the lld side. I accidentally left one on the assembler before reading that this change also included https://github.com/llvm/llvm-project/pull/125687 .
Antother possible way of splitting it up is to do:
* llvm-mc (section flag only), llvm-readelf
* lld using llvm-mc for tests
* llvm code-gen from C
However no need to change unless there's further feedback from other reviewers.
https://github.com/llvm/llvm-project/pull/125689
More information about the llvm-commits
mailing list