[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:57:56 PST 2025


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

I'm not sure what you mean. We can't do any ThinLTO without a module summary. llvm-as does not create a summary. Only something like "opt --thinlto-bc"

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


More information about the llvm-commits mailing list