about summary refs log tree commit diff
path: root/src/test/assembly/aarch64-pointer-auth.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2022-08-14Update the minimum external LLVM to 13Josh Stone-1/+0
2021-12-01Review commentsJamie Cunliffe-1/+1
- Changed the separator from '+' to ','. - Moved the branch protection options from -C to -Z. - Additional test for incorrect branch-protection option. - Remove LLVM < 12 code. - Style fixes. Co-authored-by: James McGregor <james.mcgregor2@arm.com>
2021-12-01Add codegen option for branch protection and pointer authentication on AArch64James McGregor-0/+22
The branch-protection codegen option enables the use of hint-space pointer authentication code for AArch64 targets