[Clang][AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (2/3) by Il-Capitano · Pull Request #125688 · llvm/llvm-project (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
jh7370 pushed a commit that referenced this pull request
Add support for the new SHF_AARCH64_PURECODE ELF section flag: ARM-software/abi-aa#304
The general implementation follows the existing one for ARM targets.
Generating object files with the SHF_AARCH64_PURECODE
flag set is
enabled by the +execute-only
target feature.
Related PRs:
github-actions bot pushed a commit to arm/arm-toolchain that referenced this pull request
… flag (1/3) (#125687)
Add support for the new SHF_AARCH64_PURECODE ELF section flag: ARM-software/abi-aa#304
The general implementation follows the existing one for ARM targets.
Generating object files with the SHF_AARCH64_PURECODE
flag set is
enabled by the +execute-only
target feature.
Related PRs:
- Clang: llvm/llvm-project#125688
- LLD: llvm/llvm-project#125689
joaosaffran pushed a commit to joaosaffran/llvm-project that referenced this pull request
Add support for the new SHF_AARCH64_PURECODE ELF section flag: ARM-software/abi-aa#304
The general implementation follows the existing one for ARM targets.
Generating object files with the SHF_AARCH64_PURECODE
flag set is
enabled by the +execute-only
target feature.
Related PRs:
- Clang: llvm#125688
- LLD: llvm#125689
MaskRay pushed a commit that referenced this pull request
…flag (3/3) (#125689)
Add support for the new SHF_AARCH64_PURECODE ELF section flag: ARM-software/abi-aa#304
The general implementation follows the existing one for ARM targets. The
output section only has the SHF_AARCH64_PURECODE
flag set if all input
sections have it set.
Related PRs:
llvm-sync bot pushed a commit to arm/arm-toolchain that referenced this pull request
…LF section flag (3/3) (#125689)
Add support for the new SHF_AARCH64_PURECODE ELF section flag: ARM-software/abi-aa#304
The general implementation follows the existing one for ARM targets. The
output section only has the SHF_AARCH64_PURECODE
flag set if all input
sections have it set.
Related PRs:
- LLVM: llvm/llvm-project#125687
- Clang: llvm/llvm-project#125688
sivan-shani pushed a commit to sivan-shani/llvm-project that referenced this pull request
Add support for the new SHF_AARCH64_PURECODE ELF section flag: ARM-software/abi-aa#304
The general implementation follows the existing one for ARM targets.
Generating object files with the SHF_AARCH64_PURECODE
flag set is
enabled by the +execute-only
target feature.
Related PRs:
- Clang: llvm#125688
- LLD: llvm#125689
…g (2/3)
Add support for the new SHF_AARCH64_PURECODE ELF section flag: ARM-software/abi-aa#304
The general implementation follows the existing one for ARM targets.
Simlarly to ARM targets, generating object files with the
SHF_AARCH64_PURECODE
flag set is enabled by the
-mexecute-only
/-mpure-code
driver flag.