[llvm] [DebugInfo] Add DW_AT_artificial for compiler generated static member. (PR #115851)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 07:47:09 PST 2024


dwblaikie wrote:

Any particular compiler generated static variables you have in mind? There aren't any C++ ones that come to mind - though of course LLVM isn't just for Clang/C++, but would be nice to have some documented use case, if there is one, for this. If there isn't one we can document/mention, it's probably still OK to do though, it's simple enough/cheap enough that it's not a big deal.

https://github.com/llvm/llvm-project/pull/115851


More information about the llvm-commits mailing list