================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to