[lld] r295926 - s/Mac/macOS/ because that's now the official name of the OS.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 18:58:14 PST 2017


Author: ruiu
Date: Wed Feb 22 20:58:14 2017
New Revision: 295926

URL: http://llvm.org/viewvc/llvm-project?rev=295926&view=rev
Log:
s/Mac/macOS/ because that's now the official name of the OS.

Modified:
    lld/trunk/tools/lld/lld.cpp

Modified: lld/trunk/tools/lld/lld.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/tools/lld/lld.cpp?rev=295926&r1=295925&r2=295926&view=diff
==============================================================================
--- lld/trunk/tools/lld/lld.cpp (original)
+++ lld/trunk/tools/lld/lld.cpp Wed Feb 22 20:58:14 2017
@@ -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.");
   }
 }




More information about the llvm-commits mailing list