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

Ellis Hoag via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 11 11:34:14 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 : Joined<["-"], "fcodegen-data-generate">,
----------------
ellishg wrote:

Can we use an `Alias<>` like for `fembed_bitcode`?

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


More information about the cfe-commits mailing list