[PATCH] D87017: [DebugInfo] Fix emitting DWARF64 .debug_str_offsets sections (10/19).

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 15:56:18 PDT 2020


dblaikie accepted this revision.
dblaikie added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp:128
       else
         Asm.OutStreamer->emitIntValue(Entry->getValue().Offset, size);
   }
----------------
Hmm - this is the line used to emit the offsets in the string offsets table, right? So how is this working/passing the test? Wouldn't it be str_offsets table be messed/too small?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87017



More information about the llvm-commits mailing list