[PATCH] D153550: [DWARFVerifier] Fix verification of nameless variables.

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 25 08:26:38 PDT 2023


fdeazeve added a comment.

In D153550#4441881 <https://reviews.llvm.org/D153550#4441881>, @dblaikie wrote:

> But maybe the deeper question: Why are we creating DW_AT_variables for string literals? They aren't variables as far as a user would be concerned. GCC doesn't do this...

This is either an accident or some obscure historical reason, I'll try to do some git archeology to figure out


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153550



More information about the llvm-commits mailing list