[docs] Fix build-docs.sh
authorTobias Hieta <tobias@hieta.se>
Mon, 19 Sep 2022 19:42:42 +0000 (21:42 +0200)
committerTobias Hieta <tobias@hieta.se>
Mon, 19 Sep 2022 19:45:12 +0000 (21:45 +0200)
commitb27f6de35d15d0dc7120571058b2b141e957e215
treef4cd6288314b48c222b10e1790a219370e5a7eca
parentb647f13226b4b30b8b0cb6e9baebc7a01558cde4
[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
llvm/utils/release/build-docs.sh