[flang-commits] [flang] [flang] Support linking to MLIR dylib (PR #120966)
LLVM Continuous Integration via flang-commits
flang-commits at lists.llvm.org
Thu Jan 16 05:39:29 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `flang-runtime-cuda-gcc` running on `as-builder-7` while building `flang` at step 4 "cmake-configure".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/152/builds/932
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 4 (cmake-configure) failure: cmake (failure)
...
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Linker detection: GNU ld
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG
-- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL
-- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed
-- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG
-- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Failed
-- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG
-- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Success
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS
-- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed
-- Looking for os_signpost_interval_begin
-- Looking for os_signpost_interval_begin - not found
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /usr/include
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Performing Test HAVE_DECL_STRERROR_S
-- Performing Test HAVE_DECL_STRERROR_S - Failed
-- Performing Test HAVE_LDBL_MANT_DIG_113
-- Performing Test HAVE_LDBL_MANT_DIG_113 - Failed
-- Performing Test FLANG_RUNTIME_HAS_FNO_LTO_FLAG
-- Performing Test FLANG_RUNTIME_HAS_FNO_LTO_FLAG - Success
-- Looking for sinf128 in m
-- Looking for sinf128 in m - found
-- The CUDA compiler identification is NVIDIA 12.3.103
-- Detecting CUDA compiler ABI info
-- Detecting CUDA compiler ABI info - done
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped
-- Detecting CUDA compile features
-- Detecting CUDA compile features - done
CMake Error at /home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-gcc/llvm-project/flang/cmake/modules/AddFlang.cmake:69 (mlir_target_link_libraries):
Unknown CMake command "mlir_target_link_libraries".
Call Stack (most recent call first):
CMakeLists.txt:271 (add_flang_library)
-- Configuring incomplete, errors occurred!
See also "/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-gcc/build/CMakeFiles/CMakeOutput.log".
See also "/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-gcc/build/CMakeFiles/CMakeError.log".
```
</details>
https://github.com/llvm/llvm-project/pull/120966
More information about the flang-commits
mailing list