diff options
author | J. Ryan Stinnett <jryans@gmail.com> | 2019-05-30 16:46:22 +0000 |
---|---|---|
committer | J. Ryan Stinnett <jryans@gmail.com> | 2019-05-30 16:46:22 +0000 |
commit | d45eaf9405c865cae0737a92d5ebce4e485106c3 (patch) | |
tree | 27684d5f8705c3a8055d8aa424c68ed82104267a /llvm/docs/ProgrammersManual.rst | |
parent | 2e1807678d4d49abfe03489641141d777baf9ad4 (diff) | |
download | bcm5719-llvm-d45eaf9405c865cae0737a92d5ebce4e485106c3.tar.gz bcm5719-llvm-d45eaf9405c865cae0737a92d5ebce4e485106c3.zip |
[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
Diffstat (limited to 'llvm/docs/ProgrammersManual.rst')
-rw-r--r-- | llvm/docs/ProgrammersManual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index 75b6239375a..fe5e6610dc8 100644 --- a/llvm/docs/ProgrammersManual.rst +++ b/llvm/docs/ProgrammersManual.rst @@ -1372,8 +1372,8 @@ these functions in your code in places you want to debug. Getting this to work requires a small amount of setup. On Unix systems with X11, install the `graphviz <http://www.graphviz.org>`_ toolkit, and make -sure 'dot' and 'gv' are in your path. If you are running on Mac OS X, download -and install the Mac OS X `Graphviz program +sure 'dot' and 'gv' are in your path. If you are running on macOS, download +and install the macOS `Graphviz program <http://www.pixelglow.com/graphviz/>`_ and add ``/Applications/Graphviz.app/Contents/MacOS/`` (or wherever you install it) to your path. The programs need not be present when configuring, building or |