summaryrefslogtreecommitdiffstats
path: root/lldb/docs/resources
diff options
context:
space:
mode:
authorJ. Ryan Stinnett <jryans@gmail.com>2019-05-30 16:46:22 +0000
committerJ. Ryan Stinnett <jryans@gmail.com>2019-05-30 16:46:22 +0000
commitd45eaf9405c865cae0737a92d5ebce4e485106c3 (patch)
tree27684d5f8705c3a8055d8aa424c68ed82104267a /lldb/docs/resources
parent2e1807678d4d49abfe03489641141d777baf9ad4 (diff)
downloadbcm5719-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 'lldb/docs/resources')
-rw-r--r--lldb/docs/resources/build.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst
index 377c5449864..f71fb9e414b 100644
--- a/lldb/docs/resources/build.rst
+++ b/lldb/docs/resources/build.rst
@@ -117,8 +117,12 @@ There are two ways to build LLDB on macOS: Using Xcode and using CMake
**Preliminaries**
-* Xcode 4.3 or newer requires the "Command Line Tools" component (XCode->Preferences->Downloads->Components).
-* Mac OS X Lion or newer requires installing `Swig <http://swig.org/>`_.
+In addition to any dependencies required by LLVM and Clang, LLDB needs a few
+development packages that may also need to be installed depending on your
+system. The current list of dependencies are:
+
+* Xcode 4.3 or newer requires the "Command Line Tools" component (XCode->Preferences->Downloads->Components)
+* `Swig <http://swig.org/>`_
**Building LLDB with Xcode**
OpenPOWER on IntegriCloud