================ @@ -6488,6 +6488,9 @@ defm stack_arrays : BoolOptionWithoutMarshalling<"f", "stack-arrays", defm loop_versioning : BoolOptionWithoutMarshalling<"f", "version-loops-for-stride", PosFlag<SetTrue, [], [ClangOption], "Create unit-strided versions of loops">, NegFlag<SetFalse, [], [ClangOption], "Do not create unit-strided loops (default)">>; + +def fcuda : Flag<["-"], "fcuda">, Group<f_Group>, ---------------- clementval wrote:
The alternative is to use the same as `clang` with `-x <language>`. I will need to check if we can filter the language so only the ones meaningful to flang can be passed. https://github.com/llvm/llvm-project/pull/84944 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits