about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/pointer-auth-link-with-c
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-23/+0
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-1/+1
2021-12-01Review commentsJamie Cunliffe-3/+3
- 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/+23
The branch-protection codegen option enables the use of hint-space pointer authentication code for AArch64 targets