summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzharuddin Mohammed <azharudd@codeaurora.org>2018-09-13 15:37:13 +0000
committerAzharuddin Mohammed <azharudd@codeaurora.org>2018-09-13 15:37:13 +0000
commite41386b4461dfc882f952878c0213e40672e7b44 (patch)
tree987d9e7f2c0904811258b17fe4a0355c11d987f8
parentbd72b08eb3db717c975149d8ae6bfaf82f81695b (diff)
downloadbcm5719-llvm-e41386b4461dfc882f952878c0213e40672e7b44.tar.gz
bcm5719-llvm-e41386b4461dfc882f952878c0213e40672e7b44.zip
Fix typo in error message. NFC.
Summary: It should be "wasm-ld", not "wasm-lld". Reviewers: ruiu Reviewed By: ruiu Subscribers: aheejin, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D51767 llvm-svn: 342144
-rw-r--r--lld/tools/lld/lld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/tools/lld/lld.cpp b/lld/tools/lld/lld.cpp
index 4a8e3f7ec34..c749d458a99 100644
--- a/lld/tools/lld/lld.cpp
+++ b/lld/tools/lld/lld.cpp
@@ -138,7 +138,7 @@ int main(int Argc, const char **Argv) {
return !wasm::link(Args, canExitEarly());
default:
die("lld is a generic driver.\n"
- "Invoke ld.lld (Unix), ld64.lld (macOS), lld-link (Windows), wasm-lld"
+ "Invoke ld.lld (Unix), ld64.lld (macOS), lld-link (Windows), wasm-ld"
" (WebAssembly) instead");
}
}
OpenPOWER on IntegriCloud