[PATCH] D130981: [yaml2obj] Add a `-E` flag to preprocess only.
    Paul Robinson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Aug  2 05:47:31 PDT 2022
    
    
  
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
One nit on the help text and LGTM.
================
Comment at: llvm/tools/yaml2obj/yaml2obj.cpp:43
 
+cl::opt<bool> PreprocessOnly("E", cl::desc("Just print the preprocessed file."),
+                             cl::cat(Cat));
----------------
Option help text generally omits the final period.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130981/new/
https://reviews.llvm.org/D130981
    
    
More information about the llvm-commits
mailing list