[PATCH] D154642: [NFC][llvm-dwp] Switch from llvm::cl to OptTable

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 05:12:00 PDT 2023


abrachet added inline comments.


================
Comment at: llvm/tools/llvm-dwp/Opts.td:14
+                                         "overfolws into a warning.">, MetaVarName<"<filename>">;
\ No newline at end of file

----------------
Add newline


================
Comment at: llvm/tools/llvm-dwp/llvm-dwp.cpp:80
+static std::string OutputFilename;
+static bool ContinueOnCuIndexOverflow;
 
----------------
Looks like this is never written to


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154642



More information about the llvm-commits mailing list