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
cmake
docs [lldb][Docs] Add simpler "automatic" cross-compile option to build docs (#65311) 2023-09-06 08:48:19 +01:00
examples
include [lldb][NFCI] Remove unused method TypeCategoryMap::Get(uint32_t, ValueSP &) 2023-09-05 10:53:56 -07:00
packages/Python/lldbsuite
resources
scripts
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
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
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CodeOwners.rst
LICENSE.TXT
use_lldb_suite_root.py