[PATCH] D148775: [llvm-gsymutil] Switch to OptTable
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 25 15:06:00 PDT 2023
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp:98
+static std::string OutputFilename;
+static bool Verify = false;
+static unsigned NumThreads = 0;
----------------
Optional: omit `= false` `= 0` since they are the default.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148775/new/
https://reviews.llvm.org/D148775
More information about the llvm-commits
mailing list