llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Mingming Liu (mingmingl-llvm) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/122860.diff 1 Files Affected: - (modified) clang/include/clang/Driver/Options.td (+1-1) ``````````diff diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index eb860f73121fd7..75f1e311b19519 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -4353,7 +4353,7 @@ defm split_machine_functions: BoolFOption<"split-machine-functions", CodeGenOpts<"SplitMachineFunctions">, DefaultFalse, PosFlag<SetTrue, [], [ClangOption, CC1Option], "Enable">, NegFlag<SetFalse, [], [ClangOption], "Disable">, - BothFlags<[], [ClangOption], " late function splitting using profile information (x86 ELF)">>; + BothFlags<[], [ClangOption], " late function splitting using profile information (x86 and aarch64 ELF)">>; defm strict_return : BoolFOption<"strict-return", CodeGenOpts<"StrictReturn">, DefaultTrue, `````````` </details> https://github.com/llvm/llvm-project/pull/122860 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits