about summary refs log tree commit diff
path: root/src/test/run-make/static-pie
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-101/+0
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-1/+1
2021-11-01Check for -static-pie support before testing supportAndy Caldwell-8/+49
2021-10-28Enable combining +crt-static and relocation-model=pic on ↵Andy Caldwell-2/+4
x86_64-unknown-linux-gnu
2020-07-13Fix src/test/run-make/static-pie/test-aslr.rsHarald Hoyer-1/+1
Might be subject to the birthday paradox occasionally, causing spurious failures. Addresses: https://github.com/rust-lang/rust/pull/70740#pullrequestreview-430981320
2020-06-15Enable static-pie for the x86_64-unknown-linux-musl targetHarald Hoyer-0/+58
Fixes: https://github.com/rust-lang/rust/issues/70693