[PATCH] D113741: [RFC][DwarfDebug][AsmPrinter] Support emitting function-local declaration for a lexical block

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 27 22:09:54 PST 2021


shchenz added a comment.

In D113741#3210838 <https://reviews.llvm.org/D113741#3210838>, @dblaikie wrote:

> In D113741#3210175 <https://reviews.llvm.org/D113741#3210175>, @shchenz wrote:
>
>> To continue with a more accurate fix, one example for your reference. (The behavior is changed with/without this reversion):
>
> Sorry, I'm not following this comment ^ (& the rest) - could you rephrase if there's a question/concern you have I can help clarify/describe/work with you on?

I guess there will be a follow-up patch for the function-local declaration for lexical block? This patch seems like a reversion of a previous functionality change?
In our internal test, we also found an issue related to variables in the lexical block, so I pasted it here for reference : )


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113741



More information about the llvm-commits mailing list