[flang-commits] [clang] [flang] [flang][driver] Support Makefile dependency generation (PR #209379)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Tue Jul 14 06:53:50 PDT 2026


================
@@ -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


More information about the flang-commits mailing list