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

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 12:45:25 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb27f6de35d15: [docs] Fix build-docs.sh (authored by thieta).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133475

Files:
  llvm/utils/release/build-docs.sh


Index: llvm/utils/release/build-docs.sh
===================================================================
--- llvm/utils/release/build-docs.sh
+++ llvm/utils/release/build-docs.sh
@@ -113,7 +113,7 @@
                doxygen-polly
 
 cmake -G Ninja $srcdir/../runtimes -B $builddir/runtimes-doc \
-               -DLLVM_ENABLE_RUNTIMES="libcxx" \
+               -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
                -DLLVM_ENABLE_SPHINX=ON \
                -DSPHINX_WARNINGS_AS_ERRORS=OFF
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133475.461319.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220919/17059263/attachment.bin>


More information about the llvm-commits mailing list