[libcxx-commits] [PATCH] D132480: [llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJECTS
Aaron Ballman via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 20 12:53:13 PDT 2022
aaron.ballman added a comment.
Btw, it looks like this hit the lldb doc building bot as well: https://lab.llvm.org/buildbot/#/builders/31/builds/28249
In D132480#3803630 <https://reviews.llvm.org/D132480#3803630>, @andreil99 wrote:
> I can fix the buildbot if you confirm that both Sphinx and Doxygen documentation gets built with LLVM_ENABLE_RUNTIMES.
This is what I'm seeing on the lldb bot output, which suggests we don't enable `LLVM_ENABLE_RUNTIMES` currently:
argv: ['cmake', '../src/llvm', '-DLLVM_ENABLE_SPHINX=ON', '-DSPHINX_OUTPUT_HTML=ON', '-DSPHINX_OUTPUT_MAN=ON', '-DLLDB_INCLUDE_TESTS=OFF', '-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON', '-DLLVM_ENABLE_ASSERTIONS=OFF', '-DLLVM_ENABLE_PROJECTS=llvm;libunwind', '-DCMAKE_BUILD_TYPE=Release', '-DLLVM_LIT_ARGS=-v -vv', '-GNinja']
and the publish bot uses:
cmake ../llvm-project/llvm -DLLVM_ENABLE_SPHINX=ON -DSPHINX_OUTPUT_HTML=ON -DSPHINX_OUTPUT_MAN=OFF -DSPHINX_WARNINGS_AS_ERRORS=OFF -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release '-DLLVM_ENABLE_PROJECTS=libc;clang-tools-extra;libcxx;lld;libunwind;openmp;clang;llvm;polly;lldb;libcxxabi;flang' '-DLLVM_LIT_ARGS=-v -vv' -GNinja
``
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132480/new/
https://reviews.llvm.org/D132480
More information about the libcxx-commits
mailing list