[PATCH] D143793: Add the ability to segment GSYM files.

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 22:26:32 PST 2023


chapuni added inline comments.


================
Comment at: llvm/lib/DebugInfo/GSYM/GsymCreator.cpp:126
+    // good to catch this during testing.
+    assert(AddrOffset <= MaxAddressOffset);
     switch (Hdr.AddrOffSize) {
----------------
MaxAddressOffset is used only here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143793



More information about the llvm-commits mailing list