[PATCH] D48838: Add wasm-ld to help text
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 16 15:33:55 PDT 2018
sbc100 updated this revision to Diff 155772.
sbc100 added a comment.
- feedback
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.155772.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180716/595055b6/attachment.bin>
More information about the llvm-commits
mailing list