about summary refs log tree commit diff
path: root/tests/assembly-llvm
AgeCommit message (Collapse)AuthorLines
2025-07-29Relax check lines in x86-return-float.rsNikita Popov-3/+3
On LLVM 21 additional %esp adjustments are generated. Don't use NEXT to allow these.
2025-07-29Fix nvptx-safe-naming.rs test on LLVM 21Nikita Popov-1/+5
This is now printed on the same line. Use NEXT/SAME depending on the LLVM version.
2025-07-26Rollup merge of #144430 - Gelbpunkt:aarch64-outline-atomics-target, r=NoratriebJacob Pratt-2/+0
tests: aarch64-outline-atomics: Remove hardcoded target Since this test is limited to aarch64 and linux hosts, the `--target` flag is entirely unnecessary and only breaks this on musl hosts. Let the compiler use the default target instead.
2025-07-25tests: aarch64-outline-atomics: Remove hardcoded targetJens Reidel-2/+0
Since this test is limited to aarch64 and linux hosts, the --target flag is entirely unnecessary and only breaks this on musl hosts. Let the compiler use the default target instead. Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-07-23Fix tests/assembly-llvm/dwarf-mixed-versions-lto.rs test failure on riscv64Caiweiran-3/+4
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-1/+1
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-0/+12652