aboutsummaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-04-19 12:58:56 -0400
committerNico Weber <thakis@chromium.org>2021-04-19 12:59:20 -0400
commit0871ce354772ad46a0af83a5f8659b6c20663fe4 (patch)
tree93add9c5ad5f0be9ae671b8b4a0e6cd08cbe0148 /lld
parent[AIX] Diagnose thinLTO usage in clang on AIX. (diff)
downloadllvm-project-0871ce354772ad46a0af83a5f8659b6c20663fe4.tar.gz
llvm-project-0871ce354772ad46a0af83a5f8659b6c20663fe4.tar.bz2
llvm-project-0871ce354772ad46a0af83a5f8659b6c20663fe4.zip
fix comment typo to cycle bots
Diffstat (limited to 'lld')
-rw-r--r--lld/ELF/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Driver.cpp b/lld/ELF/Driver.cpp
index 1b840c166e09..24cf5d15a7d5 100644
--- a/lld/ELF/Driver.cpp
+++ b/lld/ELF/Driver.cpp
@@ -1314,7 +1314,7 @@ static void readConfigs(opt::InputArgList &args) {
}
// When producing an executable, --dynamic-list specifies non-local defined
- // symbols whith are required to be exported. When producing a shared object,
+ // symbols which are required to be exported. When producing a shared object,
// symbols not specified by --dynamic-list are non-preemptible.
config->symbolic =
args.hasArg(OPT_Bsymbolic) || args.hasArg(OPT_dynamic_list);