[flang-commits] [clang] [flang] [mlir] [clang][flang][mlir] Support -frecord-command-line option (PR #102975)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Sep 9 09:05:58 PDT 2024


================
@@ -1980,9 +1980,11 @@ within a command line are combined with spaces; spaces and backslashes within an
 argument are escaped with backslashes. This format differs from the format of
 the equivalent section produced by GCC with the -frecord-gcc-switches flag.
 This option is currently only supported on ELF targets.}]>,
-  Group<f_clang_Group>;
+  Group<f_clang_Group>,
----------------
kiranchandramohan wrote:

I mean't whether `f_clang_Group` is processed by flang or not. I see that this is used by some other commands as well. So it is alrite.

https://github.com/llvm/llvm-project/pull/102975


More information about the flang-commits mailing list