================
@@ -591,7 +588,7 @@ int main(int argc, char **argv) {
 
   Verbose = Args.hasArg(OPT_verbose);
   DryRun = Args.hasArg(OPT_dry_run);
-  SaveTemps = Args.hasArg(OPT_save_temps);
+  Args.hasArg(OPT_save_temps);
----------------
arsenm wrote:

Another 

https://github.com/llvm/llvm-project/pull/189315
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to