about summary refs log tree commit diff
path: root/src/test/codegen/some-abis-do-extend-params-to-32-bits.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-204/+0
2022-07-06unit tests that inspect LLVM output directly. This relies on a human being ↵Felix S. Klock II-0/+204
to confirm that the entries actually correspond to what is specified in each of the respective ABIs... updated to incorporate feedback: fix x86_64/i686 tests to use correct name for the corresponding llvm component.