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

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 10:37:29 PDT 2023


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


================
Comment at: llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp:98
+static std::string OutputFilename;
+static bool Verify = false;
+static unsigned NumThreads = 0;
----------------
MaskRay wrote:
> Optional: omit `= false` `= 0` since they are the default.
Done in commit


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148775



More information about the llvm-commits mailing list