================ @@ -4372,7 +4372,7 @@ def fno_trigraphs : Flag<["-"], "fno-trigraphs">, Group<f_Group>, HelpText<"Do not process trigraph sequences">, Visibility<[ClangOption, CC1Option]>; def funique_source_file_names: Flag<["-"], "funique-source-file-names">, Group<f_Group>, - HelpText<"Allow the compiler to assume that each translation unit has a unique " + HelpText<"Allow the compiler to assume that each translation unit has a unique " ---------------- tarunprabhu wrote:
Yes. There was some trailing whitespace in `Options.td` and my editor is configured to strip trailing whitespace. The underlying issue has been fixed: [#164898 ](https://github.com/llvm/llvm-project/pull/164898) https://github.com/llvm/llvm-project/pull/164890 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
