[PATCH] D125163: [lld] Fix typo for processAux; NFC
Xiaodong Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 7 04:12:47 PDT 2022
XiaodongLoong created this revision.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: MaskRay.
Herald added a project: All.
XiaodongLoong requested review of this revision.
Herald added subscribers: llvm-commits, StephenFan.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
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.427842.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220507/78bcfe46/attachment.bin>
More information about the llvm-commits
mailing list