about summary refs log tree commit diff
path: root/tests/assembly/thin-lto.rs
AgeCommit message (Collapse)AuthorLines
2024-10-11compiletest: Remove the magic hacks for finding output with `lto=thin`Zalathar-7/+0
This hack was intended to handle the case where `-Clto=thin` causes the compiler to emit multiple output files (when producing LLVM-IR or assembly). The hack only affects 4 tests, of which 3 are just meta-tests for the hack itself. The one remaining test that motivated the hack currently doesn't even need it! (`tests/codegen/issues/issue-81408-dllimport-thinlto-windows.rs`)
2024-05-30Run rustfmt on `tests/assembly/`.Nicholas Nethercote-2/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2023-11-30Add thinlto support to codegen, assembly and coverage testsDianQK-0/+8