[PATCH] D51767: Fix typo in error message. NFC.
Azharuddin Mohammed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 6 17:51:50 PDT 2018
azharudd created this revision.
azharudd added a reviewer: ruiu.
Herald added subscribers: sunfish, aheejin.
It should be "wasm-ld", not "wasm-lld".
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D51767
Files:
tools/lld/lld.cpp
Index: tools/lld/lld.cpp
===================================================================
--- tools/lld/lld.cpp
+++ tools/lld/lld.cpp
@@ -138,7 +138,7 @@
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");
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51767.164332.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180907/2a6e9664/attachment.bin>
More information about the llvm-commits
mailing list