[PATCH] D94670: [DebugInfo][NFC] add a new DIE type to represent label + offset
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 27 05:47:42 PST 2021
shchenz added a comment.
Gentle ping...
A user of this patch is in D95518 <https://reviews.llvm.org/D95518>, in file `lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp` and function `DwarfCompileUnit::initStmtList()`
See the assembly output in file `test/DebugInfo/XCOFF/empty.ll`,
1: 32 bit, line 147, `; ASM32-NEXT: .vbyte 4, L..line_table_start0-4 # DW_AT_stmt_list`
2: 64 bit, line 347, `; ASM64-NEXT: .vbyte 8, L..line_table_start0-12 # DW_AT_stmt_list`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94670/new/
https://reviews.llvm.org/D94670
More information about the llvm-commits
mailing list