[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:00:22 PST 2025
    
    
  
================
@@ -0,0 +1,21 @@
+; RUN: llvm-as %s -o %t1.bc
----------------
teresajohnson wrote:
This looks like it would be regular LTO not ThinLTO as the path of the test implies. This is not going to generate a ThinLTO summary. Is this test meant to go in llvm/test/LTO/X86 instead? Also, it looks like this code change shouldn't affect ThinLTO.
https://github.com/llvm/llvm-project/pull/126168
    
    
More information about the llvm-commits
mailing list