[PATCH] D48838: Add wasm-ld to help text

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 09:40:01 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD337300: Add wasm-ld to help text Improve error text (authored by sbc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D48838?vs=155772&id=155905#toc

Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48838

Files:
  tools/lld/lld.cpp


Index: tools/lld/lld.cpp
===================================================================
--- tools/lld/lld.cpp
+++ tools/lld/lld.cpp
@@ -138,6 +138,7 @@
     return !wasm::link(Args, canExitEarly());
   default:
     die("lld is a generic driver.\n"
-        "Invoke ld.lld (Unix), ld64.lld (macOS) or lld-link (Windows) instead.");
+        "Invoke ld.lld (Unix), ld64.lld (macOS), lld-link (Windows), wasm-lld"
+        " (WebAssembly) instead");
   }
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48838.155905.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180717/d6338bf0/attachment-0001.bin>


More information about the llvm-commits mailing list