[PATCH] D130981: [yaml2obj] Add a `-E` flag to preprocess only.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 05:50:29 PDT 2022


simon_tatham added inline comments.


================
Comment at: llvm/tools/yaml2obj/yaml2obj.cpp:43
 
+cl::opt<bool> PreprocessOnly("E", cl::desc("Just print the preprocessed file."),
+                             cl::cat(Cat));
----------------
probinson wrote:
> Option help text generally omits the final period.
Oh yes. I was fooled by the period in the help text for `-D` immediately above, but of course, that's not a //final// period, and the followup sentence doesn't have one.


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