labath marked an inline comment as done. labath added inline comments.
================ Comment at: lldb/test/Shell/SymbolFile/DWARF/debug_line-tombstone.s:35-36 # CHECK-NEXT: Line table for main.cpp -# CHECK-NEXT: 0x0000000000001000: main.cpp:1 -# CHECK-NEXT: 0x0000000000001001: main.cpp:1 +# CHECK-NEXT: 0x0000000000020000: main.cpp:1 +# CHECK-NEXT: 0x0000000000020001: main.cpp:1 # CHECK-EMPTY: ---------------- The bogus output I'm talking about would end up looking like: ``` 0x0000000000000000: :4294967295 0x0000000000000001: :4294967295 ... ``` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84402/new/ https://reviews.llvm.org/D84402 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits