Skip to content

Commit 1ac52ec

Browse files
[NFC]Update -fsplit-machine-functions now aarch64 function splitting is supported (#122860)
With https://reviews.llvm.org/D157157, mfs is supported on aarch64.
1 parent 35f9d2a commit 1ac52ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4364,7 +4364,7 @@ defm split_machine_functions: BoolFOption<"split-machine-functions",
43644364
CodeGenOpts<"SplitMachineFunctions">, DefaultFalse,
43654365
PosFlag<SetTrue, [], [ClangOption, CC1Option], "Enable">,
43664366
NegFlag<SetFalse, [], [ClangOption], "Disable">,
4367-
BothFlags<[], [ClangOption], " late function splitting using profile information (x86 ELF)">>;
4367+
BothFlags<[], [ClangOption], " late function splitting using profile information (x86 and aarch64 ELF)">>;
43684368

43694369
defm strict_return : BoolFOption<"strict-return",
43704370
CodeGenOpts<"StrictReturn">, DefaultTrue,

0 commit comments

Comments
 (0)