[PATCH] D51767: Fix typo in error message. NFC.

Azharuddin Mohammed via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 08:38:35 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342144: Fix typo in error message. NFC. (authored by azharudd, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51767?vs=164332&id=165305#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51767

Files:
  lld/trunk/tools/lld/lld.cpp


Index: lld/trunk/tools/lld/lld.cpp
===================================================================
--- lld/trunk/tools/lld/lld.cpp
+++ lld/trunk/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.165305.patch
Type: text/x-patch
Size: 487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180913/34b5258c/attachment.bin>


More information about the llvm-commits mailing list