[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
Wed Feb 2 18:17:00 PST 2022


ayermolo updated this revision to Diff 405511.
ayermolo added a comment.

Updated the test, added another test when inlining is disabled.
Updated check. What we want to do is not add labels for skeleton CU at all I think.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118857/new/

https://reviews.llvm.org/D118857

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  llvm/test/DebugInfo/X86/fission-inline-aranges.ll
  llvm/test/DebugInfo/X86/fission-no-inline-aranges.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118857.405511.patch
Type: text/x-patch
Size: 8743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220203/f8c30f41/attachment.bin>


More information about the llvm-commits mailing list