[PATCH] D87584: [lld-macho] In the context of relocs, s/target/referent/ for sections & symbols
Greg McGary via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 12 23:42:11 PDT 2020
gkm created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
gkm requested review of this revision.
The word "target" is overloaded, so lighten its load by using another word to denote the symbol or section to which a reloc points. While more stilted than "target", "referent" is rather less pompous than "designatum" or "denotatum". :P
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87584
Files:
lld/MachO/InputFiles.cpp
lld/MachO/InputSection.cpp
lld/MachO/InputSection.h
lld/MachO/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87584.291442.patch
Type: text/x-patch
Size: 6899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200913/5a394422/attachment-0001.bin>
More information about the llvm-commits
mailing list