We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0060859 commit be08a8bCopy full SHA for be08a8b
lib/IRGen/GenDecl.cpp
@@ -4111,7 +4111,7 @@ void IRGenModule::emitAccessibleFunctions() {
4111
llvm_unreachable("Don't know how to emit accessible functions for "
4112
"the selected object format.");
4113
case llvm::Triple::MachO:
4114
- sectionName = "__TEXT, __swift5_acfunc, regular";
+ sectionName = "__TEXT, __swift5_acfuncs, regular";
4115
break;
4116
case llvm::Triple::ELF:
4117
case llvm::Triple::Wasm:
0 commit comments