[PATCH] D118857: [DWARF][codegen] Fix for Aranges when split inlining is present
    Alexander Yermolovich via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb  7 14:24:56 PST 2022
    
    
  
ayermolo added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:74-76
-  if (Label)
-    DD->addArangeLabel(SymbolCU(this, Label));
-
----------------
dblaikie wrote:
> Could potentially commit the `addArangeLabel` refactor as a separate preliminary commit to make it clear what's changing (& narrow the area to revert if the functional part has issues), but no worries either way.
Posted D119192.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118857/new/
https://reviews.llvm.org/D118857
    
    
More information about the llvm-commits
mailing list