[PATCH] D118857: [DWARF][codegen] Fix for Aranges when split inlining is present

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 13:37:58 PST 2022


dblaikie accepted this revision.
dblaikie added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:74-76
-  if (Label)
-    DD->addArangeLabel(SymbolCU(this, Label));
-
----------------
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.


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