Skip to content

Commit be08a8b

Browse files
committed
[Distributed] IRGen: Pluralize the name of accessible functions section
1 parent 0060859 commit be08a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4111,7 +4111,7 @@ void IRGenModule::emitAccessibleFunctions() {
41114111
llvm_unreachable("Don't know how to emit accessible functions for "
41124112
"the selected object format.");
41134113
case llvm::Triple::MachO:
4114-
sectionName = "__TEXT, __swift5_acfunc, regular";
4114+
sectionName = "__TEXT, __swift5_acfuncs, regular";
41154115
break;
41164116
case llvm::Triple::ELF:
41174117
case llvm::Triple::Wasm:

0 commit comments

Comments
 (0)