Skip to content

Commit c6d2e8b

Browse files
committed
[docs] Fix build-docs.sh
If libcxxabi is not included CMake will error out: Cannot find target libcxxabi-SHARED I ran into this doing the 15.0.0 release Differential Revision: https://reviews.llvm.org/D133475
1 parent 43b5b04 commit c6d2e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ninja -C $builddir \
113113
doxygen-polly
114114

115115
cmake -G Ninja $srcdir/../runtimes -B $builddir/runtimes-doc \
116-
-DLLVM_ENABLE_RUNTIMES="libcxx" \
116+
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
117117
-DLLVM_ENABLE_SPHINX=ON \
118118
-DSPHINX_WARNINGS_AS_ERRORS=OFF
119119

0 commit comments

Comments
 (0)