[flang-commits] [clang] [flang] [flang][Driver] Preliminary support for -ftime-report (PR #107270)

via flang-commits flang-commits at lists.llvm.org
Thu Jan 9 04:52:16 PST 2025


================
@@ -222,6 +227,9 @@ class CompilerInvocation : public CompilerInvocationBase {
     return defaultKinds;
   }
 
+  bool getEnableTimers() { return enableTimers; }
----------------
macurtis-amd wrote:

Nit: non-const getter is not needed.

https://github.com/llvm/llvm-project/pull/107270


More information about the flang-commits mailing list