[Mlir-commits] [llvm] [mlir] Fix CMake dependencies on mlir-linalg-ods-yaml-gen (PR #112224)
LLVM Continuous Integration
llvmlistbot at llvm.org
Mon Oct 21 15:25:47 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-nvptx64-nvidia-win` running on `as-builder-8` while building `llvm,mlir` at step 5 "cmake-configure".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/155/builds/3399
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 5 (cmake-configure) failure: cmake (failure)
...
CMake Error at cmake/modules/AddLLVM.cmake:2635 (add_custom_target):
add_custom_target cannot create target "DEPENDS" because another target
with the same name already exists. The existing target is a custom target
created in source directory
"C:/buildbot/as-builder-8/llvm-nvptx64-nvidia-win/llvm-project/llvm/tools/llvm-as".
See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
tools/llvm-readobj/CMakeLists.txt:33 (setup_host_tool)
CMake Error at cmake/modules/AddLLVM.cmake:2635 (add_custom_target):
add_custom_target cannot create target "DEPENDS" because another target
with the same name already exists. The existing target is a custom target
created in source directory
"C:/buildbot/as-builder-8/llvm-nvptx64-nvidia-win/llvm-project/llvm/tools/llvm-as".
See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
tools/opt/CMakeLists.txt:53 (setup_host_tool)
-- Google Benchmark version: v0.0.0, normalized to 0.0.0
-- Looking for shm_open in rt
-- Looking for shm_open in rt - not found
-- Performing Test HAVE_CXX_FLAG_EHS_
-- Performing Test HAVE_CXX_FLAG_EHS_ - Success
-- Performing Test HAVE_CXX_FLAG_EHA_
-- Performing Test HAVE_CXX_FLAG_EHA_ - Success
-- Compiling and running to test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Compiling and running to test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX -- failed to compile
-- Compiling and running to test HAVE_STEADY_CLOCK
CMake Warning at C:/buildbot/as-builder-8/llvm-nvptx64-nvidia-win/llvm-project/third-party/benchmark/CMakeLists.txt:319 (message):
Using std::regex with exceptions disabled is not fully supported
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- Compiling and running to test HAVE_PTHREAD_AFFINITY
-- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile
-- Configuring incomplete, errors occurred!
See also "C:/buildbot/as-builder-8/llvm-nvptx64-nvidia-win/build/CMakeFiles/CMakeOutput.log".
See also "C:/buildbot/as-builder-8/llvm-nvptx64-nvidia-win/build/CMakeFiles/CMakeError.log".
```
</details>
https://github.com/llvm/llvm-project/pull/112224
More information about the Mlir-commits
mailing list