[Lldb-commits] [lldb] r366741 - [Docs] Remove stale documentation

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 22 14:26:50 PDT 2019


Author: jdevlieghere
Date: Mon Jul 22 14:26:50 2019
New Revision: 366741

URL: http://llvm.org/viewvc/llvm-project?rev=366741&view=rev
Log:
[Docs] Remove stale documentation

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

Modified:
    lldb/trunk/docs/resources/source.rst

Modified: lldb/trunk/docs/resources/source.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/resources/source.rst?rev=366741&r1=366740&r2=366741&view=diff
==============================================================================
--- lldb/trunk/docs/resources/source.rst (original)
+++ lldb/trunk/docs/resources/source.rst Mon Jul 22 14:26:50 2019
@@ -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
 --------------------




More information about the lldb-commits mailing list