Skip to content

Commit

Permalink
[饾榾饾椊饾椏] changes introduced through rebase
Browse files Browse the repository at this point in the history
Created using spr 1.3.4

[skip ci]
  • Loading branch information
jroelofs committed Dec 1, 2023
1 parent ca23e96 commit 4a03437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1821,9 +1821,9 @@ void AArch64AsmPrinter::emitGlobalIFunc(Module &M, const GlobalIFunc &GI) {
// On Darwin platforms, emit a manually-constructed .symbol_resolver that
// implements the symbol resolution duties of the IFunc.
//
// Normally, this would be handled by linker magic, but unfortunately there are
// a few limitations in ld64 and ld-prime's implementation of .symbol_resolver
// that mean we can't always use them:
// Normally, this would be handled by linker magic, but unfortunately there
// are a few limitations in ld64 and ld-prime's implementation of
// .symbol_resolver that mean we can't always use them:
//
// * resolvers cannot be the target of an alias
// * resolvers cannot have private linkage
Expand Down

0 comments on commit 4a03437

Please sign in to comment.