[PATCH] D81146: [MC] Generate .debug_aranges in the 64-bit DWARF format [4/7]

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 11:00:26 PDT 2020


dblaikie added inline comments.


================
Comment at: llvm/test/MC/ELF/gen-dwarf64.s:25-26
+# DUMP:       .debug_aranges contents:
+# DUMP-NEXT:  Address Range Header: 
+# DUMP-SAME:    format = DWARF64
+# DUMP-NEXT:  [0x0000000000000000,  0x0000000000000001)
----------------
Test that the length and CU offset were parsed correctly - since this patch changes how those are emitted.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81146





More information about the llvm-commits mailing list