[PATCH] D125163: [lld] Fix typo for processAux; NFC

Xiaodong Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 8 19:44:26 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG36d4f42c36ea: [lld] Fix typo for processAux; NFC (authored by XiaodongLoong).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125163/new/

https://reviews.llvm.org/D125163

Files:
  lld/ELF/Relocations.cpp


Index: lld/ELF/Relocations.cpp
===================================================================
--- lld/ELF/Relocations.cpp
+++ lld/ELF/Relocations.cpp
@@ -943,7 +943,7 @@
 }
 
 // Returns true if a given relocation can be computed at link-time.
-// This only handles relocation types expected in processRelocAux.
+// This only handles relocation types expected in processAux.
 //
 // For instance, we know the offset from a relocation to its target at
 // link-time if the relocation is PC-relative and refers a


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125163.427967.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220509/f4509e67/attachment.bin>


More information about the llvm-commits mailing list