[PATCH] D42056: [DebugInfo] Unify dumping of address ranges

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 15 10:51:42 PST 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Looks good to me



================
Comment at: test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test:110-111
 CHECK:        DW_AT_location (0x00000025
 CHECK:          0x0000000000000000 - 0x000000000000000f: DW_OP_reg5 RDI, DW_OP_piece 0x4
 CHECK:          0x0000000000000019 - 0x000000000000001d: DW_OP_reg5 RDI, DW_OP_piece 0x4)
 CHECK:        DW_AT_name ("arg")
----------------
Looks like there's an opportunity to print these ranges similarly.


Repository:
  rL LLVM

https://reviews.llvm.org/D42056





More information about the llvm-commits mailing list