[PATCH] D101247: [Debug-Info] strict dwarf for DW_OP_stack_value

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 07:43:13 PDT 2021


jmorse added a comment.

> We need a refactor here to change all places that call  addBlock(, location_attr, ) to use DIEDwarfExpression

Ah, I get it, it's the irregular parts of the DWARF emitting code that require maintenance. Putting everything through a common interface makes sense to me; although I'm no expert on DwarfDebug.cpp and nearby regions of code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101247



More information about the llvm-commits mailing list