[clang] [CGData] Clang Options (PR #90304)

Kyungwoo Lee via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 19:10:09 PDT 2024


================
@@ -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,
----------------
kyulee-com wrote:

Thanks for the suggestion! I now use `_EQ` flag only for various checks.

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


More information about the cfe-commits mailing list