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

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 11:55:00 PST 2025


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

We compile some objects during LTO indexing through this function.
Didn't touch that code for a while but it looks like `lto_unit` stuff for CFI

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


More information about the llvm-commits mailing list