================ @@ -7968,6 +7968,10 @@ def print_dependency_directives_minimized_source : Flag<["-"], "print-dependency-directives-minimized-source">, HelpText<"Print the output of the dependency directives source minimizer">; } +def print_deserialized_declarations : Joined<["-"], + "print-deserialized-declarations-path=">, + HelpText<"Print traces of deserialized declarations to aid debugging and minimization">, + MarshallingInfoString<FrontendOpts<"PrintDeserializedDeclarationsPath">>; ---------------- VitaNuo wrote:
AFAICT it's already a CC1 option. https://github.com/llvm/llvm-project/pull/133910 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits