================ @@ -8673,6 +8676,11 @@ def finitial_counter_value_EQ : Joined<["-"], "finitial-counter-value=">, } // let Visibility = [CC1Option] +def Eonly : Flag<["-"], "Eonly">, Group<Action_Group>, + Visibility<[CC1Option, FC1Option]>, + HelpText<"Just run preprocessor, no output (for timings or dependency " + "generation)">; + ---------------- tarunprabhu wrote:
If there is a `let Visibility = [CC1Option, FC1Option]` group, this could be moved there. https://github.com/llvm/llvm-project/pull/209379 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
