[PATCH] D148578: [dwarfdump][dwarf] Fix parsing of tu-index

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 14:35:32 PDT 2023


dblaikie added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/dwp-v5-tu-index.s:9
 # CHECK:      .debug_tu_index contents:
+# CHECK-NOT: Could not find unit with signature 0x1100001122222222 in the Map
 # CHECK-NEXT: version = 5, units = 1, slots = 2
----------------
Perhaps this should be a bit less specific, otherwise it might easily be missed - maybe use an --implicit-check-not in the FileCheck command? (like `--implicit-check-not=error`)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148578/new/

https://reviews.llvm.org/D148578



More information about the llvm-commits mailing list