[Docs] Fix minor issues in AdvancedBuilds documentation
authorAiden Grossman <agrossman154@yahoo.com>
Mon, 24 Apr 2023 19:40:21 +0000 (19:40 +0000)
committerAiden Grossman <agrossman154@yahoo.com>
Mon, 24 Apr 2023 19:41:47 +0000 (19:41 +0000)
commit1245a1ed07bab52fd4a5501f50651d65f43b9971
treef29b29b7883d9f3b172efa0175c558500d7cab42
parent7ead39aca61eb9df92d8920c771912c0bad3e469
[Docs] Fix minor issues in AdvancedBuilds documentation

This patch modifies the commands under the Bootstrap builds section so
that they include the -DLLVM_ENABLE_PROJECTS flag with the value "clang"
so that the Clang build will actually get picked up. Without this patch
they error out as the CLANG_BOOTSTRAP_PASSTHROUGH variable is processed
in /clang/CMakeLists.txt which isn't picked up without the
LLVM_ENABLE_PROJECTS variable being set appropriately.

This patch also changes any remaining dangling <path to source>
references to <path to source>/llvm to better match the rest of the
file.

Reviewed By: thieta

Differential Revision: https://reviews.llvm.org/D148451
llvm/docs/AdvancedBuilds.rst