about summary refs log tree commit diff
path: root/src/test/codegen/pic-relocation-model.rs
AgeCommit message (Collapse)AuthorLines
2022-09-16Auto merge of #97800 - ↵bors-1/+4
pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zeroext, r=wesleywiser Aarch64 call abi does not zeroext (and one cannot assume it does so) Fix #97463
2022-08-19Update codegen tests to accommodate the potential presence/absence of theFelix S. Klock II-1/+4
extension operation depending on target architecture.
2022-08-19update test for LLVM changeKrasimir Georgiev-1/+1
LLVM commit https://github.com/llvm/llvm-project/commit/c2a38887932e3a46aa3bee35f3f5568ac68282f4 updates the PIC level version selection. This updates the rust tests to work under both the old and new behaviors. Detected by our experimental rust + llvm @ HEAD bot: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/12829#0182b368-a405-47a2-b3da-9c79cb907bfe/701-709
2021-10-01Add `pie` as another `relocation-model` valueMarcel Hlopko-0/+16