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

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 16:14:48 PST 2023


ayermolo accepted this revision.
ayermolo added inline comments.


================
Comment at: llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp:112
+static opt<uint64_t>
+    SegmentSize("segment-size",
+               desc("Specify the size in bytes of the size the final GSYM file "
----------------
Should we have some kind of sane default?


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