about summary refs log tree commit diff
path: root/tests/codegen/riscv-target-abi.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-21/+0
2025-02-24tests: use minicore moreDavid Wood-2/+3
minicore makes it much easier to add new language items to all of the existing `no_core` tests.
2024-10-17Always specify `llvm_abiname` for RISC-V targetsbeetrees-1/+1
2024-04-09Set target-abi module flag for RISC-V targetskxxt-0/+20
Fixes cross-language LTO on RISC-V targets (Fixes #121924)