[PATCH] D145448: Add the ability to segment GSYM files.
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 6 18:10:01 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/D145448/new/
https://reviews.llvm.org/D145448
More information about the llvm-commits
mailing list