[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:20:03 PDT 2021
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6c1ae8f2dc37: [lld-macho][nfc] Fixed typo in comment (authored by oontvoo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98973/new/
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.331952.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210319/35252f87/attachment.bin>
More information about the llvm-commits
mailing list