[PATCH] D34790: [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 15:57:33 PDT 2017


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

LGTM. Just one minor nit on the option help string below. Thanks



================
Comment at: clang/include/clang/Driver/CC1Options.td:329
+def fno_debug_pass_manager : Flag<["-"], "fno-debug-pass-manager">,
+    HelpText<"Disables the debug prints for the new pass manager">;
 
----------------
s/the debug prints/debug printing/


https://reviews.llvm.org/D34790





More information about the llvm-commits mailing list