[all-commits] [llvm/llvm-project] 9b7b7d: [LLD][ELF] Add `-z execute-only-report` that check...
Csanád Hajdú via All-commits
all-commits at lists.llvm.org
Sat Mar 1 12:37:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b7b7d60755c914e38337ec43a92497e5c1afef0
https://github.com/llvm/llvm-project/commit/9b7b7d60755c914e38337ec43a92497e5c1afef0
Author: Csanád Hajdú <csanad.hajdu at arm.com>
Date: 2025-03-01 (Sat, 01 Mar 2025)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/Driver.cpp
M lld/ELF/Writer.cpp
A lld/test/ELF/aarch64-execute-only-report.s
A lld/test/ELF/arm-execute-only-report.s
M lld/test/ELF/target-specific-options.s
Log Message:
-----------
[LLD][ELF] Add `-z execute-only-report` that checks PURECODE section flags (#128883)
`-z execute-only-report` checks that all executable sections have either
the SHF_AARCH64_PURECODE or SHF_ARM_PURECODE section flag set on AArch64
and ARM respectively.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list