[Lldb-commits] [lldb] r366742 - Remove INSTALL.txt file

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


Author: jdevlieghere
Date: Mon Jul 22 14:33:43 2019
New Revision: 366742

URL: http://llvm.org/viewvc/llvm-project?rev=366742&view=rev
Log:
Remove INSTALL.txt file

Its contents are stale and much better documentation can be found either
online or in the docs directory.

Removed:
    lldb/trunk/INSTALL.txt

Removed: lldb/trunk/INSTALL.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/INSTALL.txt?rev=366741&view=auto
==============================================================================
--- lldb/trunk/INSTALL.txt (original)
+++ lldb/trunk/INSTALL.txt (removed)
@@ -1,18 +0,0 @@
-LLDB Installation Instructions
-==============================
-
-LLDB builds on Mac OS X (with Xcode) and Linux (with GCC or Clang).
-
-On Mac OS X, in addition to using Xcode you'll need to enable code signing
-on your system to either build lldb or debug using lldb.  Please see the code
-signing documentation in docs/code-signing.txt for more detailed directions.
-
-If you are building on Mac OS X and LLVM is not present in llvm/, then LLDB
-will check it out automatically.  The files in scripts/Xcode/repos determine
-which branches of LLVM/Clang are checked out, depending on the current
-LLDB branch, according to the algorithm in scripts/Xcode/repo.py.
-
-For instructions to build LLDB on Linux, or more details about supported
-compiler versions, other dependencies, and build flags, see:
-
-    https://lldb.llvm.org/resources/build.html




More information about the lldb-commits mailing list