[PATCH] D154642: [NFC][llvm-dwp] Switch from llvm::cl to OptTable
    Andres Villegas via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 10 10:31:00 PDT 2023
    
    
  
avillega marked an inline comment as done.
avillega added inline comments.
================
Comment at: llvm/tools/llvm-dwp/llvm-dwp.cpp:80
+static std::string OutputFilename;
+static bool ContinueOnCuIndexOverflow;
 
----------------
abrachet wrote:
> Looks like this is never written to
Thanks, nice catch.
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