[PATCH] D108492: [DebugInfo] Place static variable DIEs under the correct parent

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 17:28:19 PDT 2021


ellis updated this revision to Diff 379231.
ellis added a comment.

Remove dependency on D110294 <https://reviews.llvm.org/D110294> by checking for abstract SPs in `getOrCreateGlobalVariableDIE()` when appropriate.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108492

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/test/DebugInfo/Generic/inlined-static-var.ll
  llvm/test/DebugInfo/X86/gnu-public-names.ll
  llvm/test/DebugInfo/X86/namelist1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108492.379231.patch
Type: text/x-patch
Size: 11411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211013/57629161/attachment.bin>


More information about the llvm-commits mailing list