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

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


================
@@ -1894,6 +1894,18 @@ def fprofile_selected_function_group :
   Visibility<[ClangOption, CC1Option]>, MetaVarName<"<i>">,
   HelpText<"Partition functions into N groups using -fprofile-function-groups and select only functions in group i to be instrumented. The valid range is 0 to N-1 inclusive">,
   MarshallingInfoInt<CodeGenOpts<"ProfileSelectedFunctionGroup">>;
+def fcodegen_data_generate_EQ : Joined<["-"], "fcodegen-data-generate=">,
+    Group<f_Group>, Visibility<[ClangOption, CC1Option]>, MetaVarName<"<path>">,
----------------
kyulee-com wrote:

Yeah. It's not needed. Instead, add CLOption similar to the IRPGO flags.

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


More information about the cfe-commits mailing list