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 -------------------- _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits