[Docs] Remove stale documentation

This removes a stale piece of documentation about building LLDB with the
Xcode project.

llvm-svn: 366741
This commit is contained in:
Jonas Devlieghere 2019-07-22 21:26:50 +00:00
parent d0ad1bc328
commit 6fef5b20b0
1 changed files with 2 additions and 21 deletions

View File

@ -10,27 +10,8 @@ repository also contains LLDB.
Git browser: https://github.com/llvm/llvm-project/tree/master/lldb
For macOS building from Xcode, simply checkout LLDB and then build
from Xcode. The Xcode project will automatically detect that it is a
fresh checkout, and checkout LLVM and Clang automatically. Unlike
other platforms / build systems, it will use the following directory
structure.
::
lldb
|
`-- llvm
|
+-- tools
|
`-- clang
So updating your checkout will consist of updating LLDB, LLV<, and
Clang in these locations. Refer to the `Build Instructions
<build.html>`_ for more detailed instructions on how to build for a
particular platform / build system combination.
Refer to the `Build Instructions <build.html>`_ for more detailed instructions
on how to build for a particular platform / build system combination.
Contributing to LLDB
--------------------