[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:17 PST 2025


================
@@ -1358,6 +1358,12 @@ bool CompilerInvocation::createFromArgs(
     }
   }
 
+  // Process the timing-related options.
+  if (const llvm::opt::Arg *a =
----------------
macurtis-amd wrote:

`a` is unused and produces a warning in my build.

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


More information about the flang-commits mailing list