"README.md" did not exist on "5ad5226c58c84b15268bb0f54f797429d0974ace"
[AArch64] Emit PAC/BTI .note.gnu.property flags
This patch make LLVM emit the processor specific program property types defined in AArch64 ELF spec https://developer.arm.com/docs/ihi0056/f/elf-for-the-arm-64-bit-architecture-aarch64-abi-2019q2-documentation A file containing no functions gets both property flags. Otherwise, a property is set iff all the functions in the file have the corresponding attribute. Patch by Daniel Kiss and Momchil Velikov. Differential Revision: https://reviews.llvm.org/D71019
Showing
- llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp 60 additions, 0 deletionsllvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
- llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-0.ll 14 additions, 0 deletionsllvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-0.ll
- llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-1.ll 18 additions, 0 deletionsllvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-1.ll
- llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-2.ll 18 additions, 0 deletionsllvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-2.ll
- llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-3.ll 18 additions, 0 deletionsllvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-3.ll
- llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-4.ll 25 additions, 0 deletionsllvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-4.ll
- llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-5.ll 26 additions, 0 deletionsllvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-5.ll
- llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-6.ll 22 additions, 0 deletionsllvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-6.ll
- llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-7.ll 23 additions, 0 deletionsllvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-7.ll
- llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-8.ll 21 additions, 0 deletionsllvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-8.ll
Loading
Please register or sign in to comment