about summary refs log tree commit diff
path: root/tests/coverage/thin-lto.cov-map
AgeCommit message (Collapse)AuthorLines
2024-10-11compiletest: Remove the magic hacks for finding output with `lto=thin`Zalathar-8/+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-01-18coverage: Format all remaining testsZalathar-2/+2
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/+8