Files
clang-p2996/llvm/test/LTO
Vitaly Buka 1032df6f60 [LTO][Pipelines][Coro] Handle coroutines in LTO pipeline (#126168)
ThinLTO delays handling of coroutines to ThinLTO backend.
However it's usually possible to use ThinLTO prelink objects for FullLTO.

In this case we have left-over coroutines which crash in codegen.

Issue #104525.
2025-02-12 21:39:32 -08:00
..