[PATCH] D49420: [DebugInfo] Generate .debug_names section when it makes sense

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 08:14:46 PDT 2018


probinson added inline comments.


================
Comment at: test/DebugInfo/X86/string-offsets-table.ll:94
 ; SPLIT:      .debug_str_offsets contents:
-; SPLIT-NEXT: 0x00000000: Contribution size = 12, Format = DWARF32, Version = 5
+; SPLIT-NEXT: 0x00000000: Contribution size = 20, Format = DWARF32, Version = 5
 ; SPLIT-NEXT: 0x00000008: 00000000{{.*}}
----------------
I take it there's another string to check here?  Please add that check.


Repository:
  rL LLVM

https://reviews.llvm.org/D49420





More information about the llvm-commits mailing list