llvm-capstone/lldb
David Spickett 6c3232b515
[lldb][Docs] Add simpler "automatic" cross-compile option to build docs (#65311)
The main way I cross build lldb is to point CMake at an existing host
build to get the native tablegen tools. This is what we had documented
before.

There is another option where you start from scratch and the host tools
are built for you. This patch documents that and explains which one to
choose.

Added another arm64 example which uses this. So the frst one is the
"automatic" build and the second is the traditional approach.

For ease of copy paste and understanding, I've kept the full command in
each section and noted the one difference between them.

Along the way I updated some of the preamble to explain the two
approaches and updated some language e.g. removing "just ...". Eveyone's
"just" is different, doubly so when cross-compiling.
2023-09-06 08:48:19 +01:00
..
bindings Re-land "[lldb/docs] Silence warnings when generating website" 2023-08-31 20:35:10 +01:00
cmake [lldb] Bump SWIG minimum version to 4 2023-08-04 14:34:01 -07:00
docs [lldb][Docs] Add simpler "automatic" cross-compile option to build docs (#65311) 2023-09-06 08:48:19 +01:00
examples [lldb/crashlog] Fix python version requirement issue 2023-08-21 21:52:44 +01:00
include [lldb][NFCI] Remove unused method TypeCategoryMap::Get(uint32_t, ValueSP &) 2023-09-05 10:53:56 -07:00
packages/Python/lldbsuite [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
resources
scripts [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
source Switch over to using the LLVM archive parser for BSD archives. 2023-09-05 16:54:05 -07:00
test Switch over to using the LLVM archive parser for BSD archives. 2023-09-05 16:54:05 -07:00
third_party/Python/module [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
tools [lldb] Fix duplicate word typos; NFC 2023-09-01 21:32:24 -07:00
unittests [lldb] Fix duplicate word typos; NFC 2023-09-01 21:32:24 -07:00
utils [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CodeOwners.rst [lldb] Update LLDB Code Ownership 2023-08-08 08:54:03 -07:00
LICENSE.TXT
use_lldb_suite_root.py