[llvm] [DebugInfo][LLVM IR] Verifier checks for the extraData (PR #167971)

Vladislav Dzhidzhoev via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 17 03:52:11 PST 2025


https://github.com/dzhidzhoev commented:

>From what I see in pre-merge check results, some tests fail with this patch. Probably, we should limit the scope of extraData check to specific tags (if the reason of failures is that the checks in this patch apply to tags other than DW_TAG_member, DW_TAG_variable, or DW_TAG_inheritance — the only ones that have MDTuple-in-extraData support implemented).

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


More information about the llvm-commits mailing list