diff options
Diffstat (limited to 'lldb/docs/resources/build.rst')
-rw-r--r-- | lldb/docs/resources/build.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst index 23f5f4e5bb6..e8d99f7a221 100644 --- a/lldb/docs/resources/build.rst +++ b/lldb/docs/resources/build.rst @@ -113,7 +113,7 @@ and the working directory to point to binaries inside of the ninja tree. Building LLDB on macOS ---------------------- -There are two ways to build LLDB on Mac OS X: Using Xcode and using CMake +There are two ways to build LLDB on macOS: Using Xcode and using CMake **Preliminaries** @@ -122,13 +122,12 @@ There are two ways to build LLDB on Mac OS X: Using Xcode and using CMake **Building LLDB with Xcode** -Building on Mac OS X with Xcode is as easy as downloading the code and building +Building on macOS with Xcode is as easy as downloading the code and building the Xcode project or workspace: * Download the lldb sources. * Follow the code signing instructions in ``lldb/docs/code-signing.txt``. -* In Xcode 3.x: ``lldb/lldb.xcodeproj``, select the lldb-tool target, and build. -* In Xcode 4.x: ``lldb/lldb.xcworkspace``, select the lldb-tool scheme, and build. +* In Xcode, open ``lldb/lldb.xcworkspace``, select the lldb-tool scheme, and build. **Building LLDB with CMake** |