[clang] [flang] [mlir] [clang][flang][mlir] Support -frecord-command-line option (PR #102975)
Tarun Prabhu via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 07:24:05 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>;
----------------
tarunprabhu wrote:
Nice catch. The text only contains a single reference to clang. I have removed it, so it should apply to both `clang` and `flang` now.
https://github.com/llvm/llvm-project/pull/102975
More information about the cfe-commits
mailing list