[PATCH] D148775: [llvm-gsymutil] Switch to OptTable

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 13:03:09 PDT 2023


abrachet marked an inline comment as done.
abrachet added inline comments.


================
Comment at: llvm/tools/llvm-gsymutil/Opts.td:21
+def verify : FF<"verify", "Verify the generated GSYM file against the information in the file that was converted.">;
+defm num_threads : Eq<"num-threads", "n">;
+defm segment_size : Eq<"segment-size", "s">;
----------------
MaskRay wrote:
> The help message is a single letter `n`?
Thanks for catching. I did this semi-programmatically, and the cl::desc got overwritten by the cl::value_desc of which it is a subclass, whoops.


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

https://reviews.llvm.org/D148775



More information about the llvm-commits mailing list