Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llvm-readobj][AArch64][ELF][PAC] Support `GNU_PROPERTY_AARCH64_FEATU…
…RE_PAUTH` This adds support for `GNU_PROPERTY_AARCH64_FEATURE_PAUTH` feature handling in llvm-readobj and llvm-readelf. The following constants for supported platforms are also introduced: - `GNU_PROPERTY_AARCH64_FEATURE_PAUTH_PLATFORM_INVALID = 0` - `GNU_PROPERTY_AARCH64_FEATURE_PAUTH_PLATFORM_BAREMETAL = 1` - `GNU_PROPERTY_AARCH64_FEATURE_PAUTH_PLATFORM_LINUX = 2` For the linux platform, output of the tools contains descriptions of PAuth features which are enabled/disabled depending on the version value.
- Loading branch information