Fix spelling. NFC.

llvm-svn: 319238
This commit is contained in:
Rui Ueyama 2017-11-28 22:17:39 +00:00
parent 15b71ea646
commit ceb15e8a51
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ void LinkerDriver::link(ArrayRef<const char *> ArgsArr) {
// Parse and evaluate -mllvm options.
std::vector<const char *> V;
V.push_back("lld-link (LLVM option parsing)");
V.push_back("wasm-ld (LLVM option parsing)");
for (auto *Arg : Args.filtered(OPT_mllvm))
V.push_back(Arg->getValue());
cl::ParseCommandLineOptions(V.size(), V.data());