about summary refs log tree commit diff
path: root/tests/run-make/pointer-auth-link-with-c
AgeCommit message (Collapse)AuthorLines
2025-09-22Extends branch protection tests to include GCSReuben Cruise-4/+6
2025-07-10Use `is_windows_msvc` instead of `is_msvc` in run-make testsJieyou Xu-3/+3
2025-05-07[arm64] Pointer auth test should link with C static library staticallyDaniel Paoliello-1/+1
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-1/+13
Add a new 'pc' option to -Z branch-protection for aarch64 that enables the use of PC as a diversifier in PAC branch protection code. When the pauth-lr target feature is enabled in combination with -Z branch-protection=pac-ret,pc, the new 9.5-a instructions (pacibsppc, retaasppc, etc) will be generated.
2024-07-22rewrite pointer-auth-link-with-c to rmakeOneirical-15/+28
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-1/+3
With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2023-08-30`ignore-cross-compile` remaining tests that run binariesLukas Wirth-0/+1
2023-04-21pointer-auth-link-with-c: Fix cross compilation.Peter Collingbourne-2/+2
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+23
They pass fine.