[lld] 0f9a138 - fix typos to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 05:57:21 PDT 2022
Author: Nico Weber
Date: 2022-05-13T08:57:08-04:00
New Revision: 0f9a138034e4c0ec6f0fdb98c5157ff23bc57e14
URL: https://github.com/llvm/llvm-project/commit/0f9a138034e4c0ec6f0fdb98c5157ff23bc57e14
DIFF: https://github.com/llvm/llvm-project/commit/0f9a138034e4c0ec6f0fdb98c5157ff23bc57e14.diff
LOG: fix typos to cycle bots
Added:
Modified:
lld/test/MachO/compact-unwind-generated.test
lld/test/MachO/icf.s
lld/test/MachO/linkedit-contiguity.s
lld/test/MachO/nonweak-definition-override.s
lld/test/MachO/referenced-dynamically.s
Removed:
################################################################################
diff --git a/lld/test/MachO/compact-unwind-generated.test b/lld/test/MachO/compact-unwind-generated.test
index 42dd918808ab2..4dbfbf5ce6809 100644
--- a/lld/test/MachO/compact-unwind-generated.test
+++ b/lld/test/MachO/compact-unwind-generated.test
@@ -11,7 +11,7 @@
# 2) Summary encodings from the input object will match
# those from the linked output
#
-# 3) Encodings & symbols from the intput object will match
+# 3) Encodings & symbols from the input object will match
# those from the linked output
# RUN: %python %S/tools/generate-cfi-funcs.py --seed=johnnyapple >%t.s
diff --git a/lld/test/MachO/icf.s b/lld/test/MachO/icf.s
index 4405bf8c13746..79ab5b6ff2aac 100644
--- a/lld/test/MachO/icf.s
+++ b/lld/test/MachO/icf.s
@@ -83,7 +83,7 @@
### TODO:
### * Fold: funcs only
diff er in alignment
-### * No fold: func is weak? preemptable?
+### * No fold: func is weak? preemptible?
### * Test that we hash things appropriately w/ minimal collisions
#--- abs.s
diff --git a/lld/test/MachO/linkedit-contiguity.s b/lld/test/MachO/linkedit-contiguity.s
index cbdc1ae330099..9cf3b500b922b 100644
--- a/lld/test/MachO/linkedit-contiguity.s
+++ b/lld/test/MachO/linkedit-contiguity.s
@@ -1,7 +1,7 @@
# REQUIRES: x86
# RUN: rm -rf %t; split-file %s %t
-## codesign requires that each setion in __LINKEDIT ends where the next one
+## codesign requires that each section in __LINKEDIT ends where the next one
## starts. This test enforces that invariant.
## It also checks that the last section in __LINKEDIT covers the last byte of
## the segment.
diff --git a/lld/test/MachO/nonweak-definition-override.s b/lld/test/MachO/nonweak-definition-override.s
index d0742ce72106e..b790821a25a87 100644
--- a/lld/test/MachO/nonweak-definition-override.s
+++ b/lld/test/MachO/nonweak-definition-override.s
@@ -32,7 +32,7 @@
# NO-WEAK-OVERRIDE-EMPTY:
## Check that common symbols take precedence over weak dylib symbols, but do not
-## generate an overridding weak binding.
+## generate an overriding weak binding.
# RUN: %lld -L%t -lfoo %t/common.o -o %t/common -lSystem
# RUN: llvm-objdump --macho --weak-bind %t/common | FileCheck %s --check-prefix=NO-WEAK-OVERRIDE
# RUN: llvm-objdump --syms %t/common | FileCheck %s --check-prefix=COMMON
diff --git a/lld/test/MachO/referenced-dynamically.s b/lld/test/MachO/referenced-dynamically.s
index d75e99b07b389..8395dfb200f14 100644
--- a/lld/test/MachO/referenced-dynamically.s
+++ b/lld/test/MachO/referenced-dynamically.s
@@ -26,7 +26,7 @@
_main:
ret
-## .private_extern maches what PrettyStackTrace.cpp does, but it makes
+## .private_extern matches what PrettyStackTrace.cpp does, but it makes
## the ReferencedDynamically pointless: https://reviews.llvm.org/D27683#2763729
.private_extern ___crashreporter_info__
.globl ___crashreporter_info__
More information about the llvm-commits
mailing list