From d45eaf9405c865cae0737a92d5ebce4e485106c3 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 30 May 2019 16:46:22 +0000 Subject: [Docs] Modernize references to macOS Summary: This updates all places in documentation that refer to "Mac OS X", "OS X", etc. to instead use the modern name "macOS" when no specific version number is mentioned. If a specific version is mentioned, this attempts to use the OS name at the time of that version: * Mac OS X for 10.0 - 10.7 * OS X for 10.8 - 10.11 * macOS for 10.12 - present Reviewers: JDevlieghere Subscribers: mgorny, christof, arphaman, cfe-commits, lldb-commits, libcxx-commits, llvm-commits Tags: #clang, #lldb, #libc, #llvm Differential Revision: https://reviews.llvm.org/D62654 llvm-svn: 362113 --- llvm/docs/WritingAnLLVMPass.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/WritingAnLLVMPass.rst') diff --git a/llvm/docs/WritingAnLLVMPass.rst b/llvm/docs/WritingAnLLVMPass.rst index 19dc6c11c9b..9e857fb9657 100644 --- a/llvm/docs/WritingAnLLVMPass.rst +++ b/llvm/docs/WritingAnLLVMPass.rst @@ -77,7 +77,7 @@ This build script specifies that ``Hello.cpp`` file in the current directory is to be compiled and linked into a shared object ``$(LEVEL)/lib/LLVMHello.so`` that can be dynamically loaded by the :program:`opt` tool via its :option:`-load` option. If your operating system uses a suffix other than ``.so`` (such as -Windows or Mac OS X), the appropriate extension will be used. +Windows or macOS), the appropriate extension will be used. Now that we have the build scripts set up, we just need to write the code for the pass itself. -- cgit v1.2.3