forked from OSchip/llvm-project
s/Mac/macOS/ because that's now the official name of the OS.
llvm-svn: 295926
This commit is contained in:
parent
4b8baab907
commit
de3a54602e
|
@ -108,6 +108,6 @@ int main(int Argc, const char **Argv) {
|
|||
return !mach_o::link(Args);
|
||||
default:
|
||||
die("lld is a generic driver.\n"
|
||||
"Invoke ld.lld (Unix), ld (Mac) or lld-link (Windows) instead.");
|
||||
"Invoke ld.lld (Unix), ld (macOS) or lld-link (Windows) instead.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue