[PATCH] D98973: [lld-macho][nfc] Fixed typo in comment
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 19 11:19:16 PDT 2021
oontvoo created this revision.
Herald added a reviewer: int3.
Herald added a project: lld-macho.
Herald added a reviewer: lld-macho.
oontvoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Missed this one from https://reviews.llvm.org/D97007?id=331759#inline-930034
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98973
Files:
lld/MachO/SyntheticSections.cpp
Index: lld/MachO/SyntheticSections.cpp
===================================================================
--- lld/MachO/SyntheticSections.cpp
+++ lld/MachO/SyntheticSections.cpp
@@ -1007,7 +1007,7 @@
};
switch (config->outputType) {
- // FIXME: Assign the right addresse value for these symbols
+ // FIXME: Assign the right address value for these symbols
// (rather than 0). But we need to do that after assignAddresses().
case MH_EXECUTE:
// If linking PIE, __mh_execute_header is a defined symbol in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98973.331951.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210319/ddcff84b/attachment.bin>
More information about the llvm-commits
mailing list