[all-commits] [llvm/llvm-project] d97d56: [AArch64][PAC][MC][ELF] Support PAuth ABI compatib...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Thu Apr 4 11:05:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d97d560fbf6ed26a198b3afe1594d7d63b88ab3a
https://github.com/llvm/llvm-project/commit/d97d560fbf6ed26a198b3afe1594d7d63b88ab3a
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
A llvm/test/CodeGen/AArch64/note-gnu-property-elf-pauthabi.ll
A llvm/test/Verifier/module-flags-note-gnu-property-elf-pauthabi.ll
Log Message:
-----------
[AArch64][PAC][MC][ELF] Support PAuth ABI compatibility tag (#85236)
Depends on #87545
Emit `GNU_PROPERTY_AARCH64_FEATURE_PAUTH` property in
`.note.gnu.property` section depending on
`aarch64-elf-pauthabi-platform` and `aarch64-elf-pauthabi-version` llvm
module flags.
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