================
@@ -2753,6 +2753,33 @@ void tools::addMachineOutlinerArgs(const Driver &D,
       addArg(Twine("-enable-machine-outliner=never"));
     }
   }
+
+  auto *CodeGenDataGenArg =
+      Args.getLastArg(options::OPT_fcodegen_data_generate,
----------------
jansvoboda11 wrote:

Since `fcodegen_data_generate` is now an alias of `fcodegen_data_generate_EQ`, 
do we need to check for both here? I'd expect checking for the `_EQ` variant 
should be enough even if the command-line contains the non-`_EQ` one. Same for 
the other option.

https://github.com/llvm/llvm-project/pull/90304
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to