Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit ad1e382

Browse files
committed
Master
1 parent 5776b3c commit ad1e382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ld/src/ld/Resolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ void Resolver::checkUndefines(bool force)
15701570
}
15711571
for (const auto &name : unresolvableUndefines) {
15721572
if (strstr(name, "_objc_msgSend")) {
1573-
fprintf(stderr, "****************************\nNOTE: at least one missing symbol is due to changes in Xcode 14 (https://github.com/michaeleisel/zld/issues/113). Here are some workarounds:\n- Add the -fno-objc-msgsend-selector-stubs *compiler* flag to your build\n- Switch to lld, another fast alternative to ld64\n****************************\n");
1573+
fprintf(stderr, "****************************\nNOTE: at least one missing symbol is due to changes in Xcode 14 (https://github.com/michaeleisel/zld/issues/113). Here are some workarounds:\n- Add the -fno-objc-msgsend-selector-stubs *compiler* flag to your build\n- Switch to lld, another fast alternative to ld64 (https://lld.llvm.org/MachO/index.html)\n****************************\n");
15741574
break;
15751575
}
15761576
}

0 commit comments

Comments
 (0)