[llvm] [clang] [llvm][DebugInfo] DWARFv5: static data members declarations are DW_TAG_variable (PR #72234)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 14 15:57:24 PST 2023


Michael137 wrote:

> I think this is missing a test in clang/test/CodeGenCXX that verifies Clang generates the expected LLVM IR.

I added those tests here: https://github.com/llvm/llvm-project/pull/72235

The IR doesn't change with this patch. It merely adds the necessary parameter to the DIBuilder API to be used from clang in the subsequent patch

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


More information about the cfe-commits mailing list