[PATCH] D133475: [docs] Fix build-docs.sh

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 07:05:03 PDT 2022


ldionne added a comment.

This is weird, I just tried locally and I don't get the same issue. Does it reproduce for you when running this from the root of the monorepo? For me, it doesn't.

  mkdir -p build
  cmake -S runtimes -B build -GNinja \
              -DLLVM_ENABLE_RUNTIMES="libcxx" \
              -DLLVM_ENABLE_SPHINX=ON \
              -DSPHINX_WARNINGS_AS_ERRORS=OFF
  ninja -C build docs-libcxx-html

I'm not against the change, but I'd like to understand what's going on instead of blindly hiding the issue.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133475/new/

https://reviews.llvm.org/D133475



More information about the llvm-commits mailing list