[PATCH] D107012: [DWARF] Refactor test to remove relocations for DWO
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 29 10:21:25 PDT 2021
ayermolo marked 3 inline comments as done.
ayermolo added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/dwarfdump-header.s:24
.section .debug_str.dwo,"MSe", at progbits,1
-dwo_TU_5:
+.dwo_TU_5:
.asciz "V5_split_type_unit"
----------------
dblaikie wrote:
> Don't think there's a need to add the '.' at the start here in these labels? (leave it out like other labels above, etc?)
Ah good catch. Was following example of other test, but it's different in this one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107012/new/
https://reviews.llvm.org/D107012
More information about the llvm-commits
mailing list