about summary refs log tree commit diff
path: root/tests/codegen/repr/transparent-byval-struct-ptr.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-111/+0
2025-02-24tests: use minicore moreDavid Wood-7/+3
minicore makes it much easier to add new language items to all of the existing `no_core` tests.
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-09-18tests: Move wasm32 to transparent-opaque-ptr.rs testJubilee Young-3/+1
2024-09-17tests: add repr/transparent test for aarch64David Wood-0/+117
Moves `transparent-struct-ptr.rs` to `transparent-byval-struct-ptr.rs` and then adds a new `transparent-opaque-ptr.rs` for aarch64.