[clang] [clang][deps] Improve timing output (PR #113726)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 28 12:20:56 PDT 2024
================
@@ -34,6 +34,7 @@ def deprecated_driver_command : F<"deprecated-driver-command", "use a single dri
defm resource_dir_recipe : Eq<"resource-dir-recipe", "How to produce missing '-resource-dir' argument">;
def print_timing : F<"print-timing", "Print timing information">;
+def no_print_timing_header : F<"no-print-timing-header", "Do not print the timing information header">;
----------------
jansvoboda11 wrote:
You're right, this is easy to do outside of this tool. I have removed the option.
https://github.com/llvm/llvm-project/pull/113726
More information about the cfe-commits
mailing list