[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 }})

Il-Capitano

jh7370 pushed a commit that referenced this pull request

Feb 14, 2025

@Il-Capitano

…#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:

github-actions bot pushed a commit to arm/arm-toolchain that referenced this pull request

Feb 14, 2025

@Il-Capitano @github-actions

… 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:

joaosaffran pushed a commit to joaosaffran/llvm-project that referenced this pull request

Feb 14, 2025

@Il-Capitano

…llvm#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:

smithp35

MaskRay pushed a commit that referenced this pull request

Feb 21, 2025

@Il-Capitano

…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

Feb 21, 2025

@Il-Capitano @github-actions

…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:

smithp35

sivan-shani pushed a commit to sivan-shani/llvm-project that referenced this pull request

Feb 24, 2025

@Il-Capitano @sivan-shani

…llvm#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:

@Il-Capitano

…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.

@Il-Capitano

@Il-Capitano

davemgreen