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

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 07:34:58 PDT 2022


thieta added a comment.

In D133475#3777035 <https://reviews.llvm.org/D133475#3777035>, @ldionne wrote:

> 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.

I ran the exact same commands:

  CMake Error at /home/tobias/code/llvm-project/libcxx/src/CMakeLists.txt:261 (add_custom_command):
    Error evaluating generator expression:
  
      $<TARGET_PROPERTY:libcxx-abi-shared,IMPORTED_LIBNAME>
  
    Target "libcxx-abi-shared" not found.
  
  
  CMake Error at /home/tobias/code/llvm-project/libcxx/src/CMakeLists.txt:261 (add_custom_command):
    Error evaluating generator expression:
  
      $<TARGET_PROPERTY:libcxx-abi-shared,IMPORTED_LIBNAME>
  
    Target "libcxx-abi-shared" not found.

Could it be linux specific 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