[all-commits] [llvm/llvm-project] 1245a1: [Docs] Fix minor issues in AdvancedBuilds document...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Mon Apr 24 12:49:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1245a1ed07bab52fd4a5501f50651d65f43b9971
      https://github.com/llvm/llvm-project/commit/1245a1ed07bab52fd4a5501f50651d65f43b9971
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M llvm/docs/AdvancedBuilds.rst

  Log Message:
  -----------
  [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




More information about the All-commits mailing list