mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-19 06:38:28 +00:00
Add wasm-ld to help text Improve error text
Differential Revision: https://reviews.llvm.org/D48838 llvm-svn: 337300
This commit is contained in:
parent
9187bca71b
commit
c4c3633a38
@ -138,6 +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) or lld-link (Windows) instead.");
|
||||
"Invoke ld.lld (Unix), ld64.lld (macOS), lld-link (Windows), wasm-lld"
|
||||
" (WebAssembly) instead");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user