[llvm] [LTO][Pipelines][Coro] Handle coroutines in LTO pipeline (PR #126168)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 11:58:50 PST 2025


================
@@ -0,0 +1,21 @@
+; RUN: llvm-as %s -o %t1.bc
----------------
teresajohnson wrote:

> In the test I don't try to replicate thinlto, just to make sure that buildLTODefaultPipeline does not left coro unprocessed.

Right, that's the regular LTO backend. So I suggest moving this to "llvm/test/LTO/X86". I.e. there is no ThinLTO triggered by this test, and the PR does not affect ThinLTO handling anyway.

https://github.com/llvm/llvm-project/pull/126168


More information about the llvm-commits mailing list