[PATCH] D81147: [MC] Generate .debug_rnglists in the 64-bit DWARF format [5/7]

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 13:51:22 PDT 2020


probinson added inline comments.


================
Comment at: llvm/lib/MC/MCDwarf.cpp:1023
     // start of the .debug_ranges/.debug_rnglists.
-    MCOS->emitSymbolValue(RangesSymbol, 4);
+    MCOS->emitSymbolValue(RangesSymbol, OffsetSize);
   } else {
----------------
This function (EmitGenDwarfInfo) is for emitting DWARF to describe raw assembler source, which I believe is not really the interesting case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81147





More information about the llvm-commits mailing list