[lld] d782f19 - lld/MachO: Fix two typos to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 22 09:06:52 PST 2023
Author: Nico Weber
Date: 2023-12-22T12:06:38-05:00
New Revision: d782f198a61221c8b80734c371b304981eae5576
URL: https://github.com/llvm/llvm-project/commit/d782f198a61221c8b80734c371b304981eae5576
DIFF: https://github.com/llvm/llvm-project/commit/d782f198a61221c8b80734c371b304981eae5576.diff
LOG: lld/MachO: Fix two typos to cycle bots
Added:
Modified:
lld/MachO/InputFiles.h
lld/MachO/Options.td
Removed:
################################################################################
diff --git a/lld/MachO/InputFiles.h b/lld/MachO/InputFiles.h
index 2e37e7ba5a0060..5e550c167c232e 100644
--- a/lld/MachO/InputFiles.h
+++ b/lld/MachO/InputFiles.h
@@ -140,7 +140,7 @@ class InputFile {
InputFile(Kind, const llvm::MachO::InterfaceFile &);
- // If true, this input's arch is compatiable with target.
+ // If true, this input's arch is compatible with target.
bool compatArch = true;
private:
diff --git a/lld/MachO/Options.td b/lld/MachO/Options.td
index f92e6cda31e529..01e73b789f9aab 100644
--- a/lld/MachO/Options.td
+++ b/lld/MachO/Options.td
@@ -132,7 +132,7 @@ def check_category_conflicts : Flag<["--"], "check-category-conflicts">,
def lto_debug_pass_manager: Flag<["--"], "lto-debug-pass-manager">,
HelpText<"Debug new pass manager">, Group<grp_lld>;
def cs_profile_generate: Flag<["--"], "cs-profile-generate">,
- HelpText<"Perform context senstive PGO instrumentation">, Group<grp_lld>;
+ HelpText<"Perform context sensitive PGO instrumentation">, Group<grp_lld>;
def cs_profile_path: Joined<["--"], "cs-profile-path=">,
HelpText<"Context sensitive profile file path">, Group<grp_lld>;
defm pgo_warn_mismatch: BB<"pgo-warn-mismatch",
More information about the llvm-commits
mailing list