aboutsummaryrefslogtreecommitdiff
path: root/test/cases/pie_freestanding.zig
AgeCommit message (Collapse)Author
2025-10-04test: remove some tests that are now covered well enough by test-stack-tracesAlex Rønne Petersen
The amount of cross compilation required for these tests was too time-consuming for how much value they added. test-stack-traces now cover these well enough, especially as we add more exotic machines to the CI fleet to run native tests.
2024-11-24test: Add test cases for PIC/PIE on various supported platforms.Alex Rønne Petersen
Closes #22052.