llvm-project/clang/test/CodeGenCoroutines
Paul Kirth 268c065eab
[fatlto] Add coroutine passes when using FatLTO with ThinLTO (#134434)
When coroutines are used w/ both -ffat-lto-objects and -flto=thin,
the coroutine passes are not added to the optimization pipelines.
Ensure they are added before ModuleOptimization to generate a
working ELF object.

Fixes #134409.
2025-04-07 08:41:49 -07:00
..