about summary refs log tree commit diff
path: root/tests/coverage/thin-lto.coverage
AgeCommit message (Collapse)AuthorLines
2024-10-11compiletest: Remove the magic hacks for finding output with `lto=thin`Zalathar-4/+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-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-01-18coverage: Format all remaining testsZalathar-2/+1
These tests can simply be reformatted as normal, because the resulting changes are unimportant.
2023-11-30Add thinlto support to codegen, assembly and coverage testsDianQK-0/+5