[llvm-branch-commits] [llvm] 4a03437 - [𝘀𝗽𝗿] changes introduced through rebase

Jon Roelofs via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Dec 1 13:33:07 PST 2023


Author: Jon Roelofs
Date: 2023-12-01T13:32:56-08:00
New Revision: 4a034379bd636ce448c5a8f706c388da49f02062

URL: https://github.com/llvm/llvm-project/commit/4a034379bd636ce448c5a8f706c388da49f02062
DIFF: https://github.com/llvm/llvm-project/commit/4a034379bd636ce448c5a8f706c388da49f02062.diff

LOG: [𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]

Added: 
    

Modified: 
    llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp b/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
index f19dcb5be172271..3aca166786128ee 100644
--- a/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
+++ b/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
@@ -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


        


More information about the llvm-branch-commits mailing list