summary refs log tree commit diff
path: root/tests/ui/link-native-libs
AgeCommit message (Collapse)AuthorLines
2025-02-11compiler: replace ExternAbi::name calls with formattersJubilee Young-2/+2
Most of these just format the ABI string, so... just format ExternAbi? This makes it more consistent and less jank when we can do it.
2025-01-07Update tests.Mara Bos-3/+19
2024-12-31Add comments to -Zlink-* testsChris Denton-0/+11
2024-12-30Windows: Enable issue 70093 link testsChris Denton-11/+20
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-12-07Move more tests into `tests/ui/link-native-libs`Zalathar-0/+337
2024-12-07Move tests for `-l` and `#[link(..)]` into `tests/ui/link-native-libs`Zalathar-0/+189