github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 140062 tests passed * 3721 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### MLIR <details> <summary>MLIR.Examples/standalone/test.toy</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 "C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe" "C:\_work\llvm-project\llvm-project\mlir/examples/standalone" -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe -DCMAKE_C_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe -DLLVM_ENABLE_LIBCXX=OFF -DMLIR_DIR=C:\_work\llvm-project\llvm-project\build\lib\cmake\mlir -DLLVM_USE_LINKER= -DMLIR_PYTHON_PACKAGE_PREFIX=mlir_standalone -DMLIR_BINDINGS_PYTHON_NB_DOMAIN=mlir_standalone -DMLIR_INCLUDE_TESTS=ON -DPython3_EXECUTABLE="C:\Python312\python.exe" -DPython_EXECUTABLE="C:\Python312\python.exe" # executed command: C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe 'C:\_work\llvm-project\llvm-project\mlir/examples/standalone' -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe -DCMAKE_C_COMPILER=C:/clang/clang-msvc/bin/clang-cl.exe -DLLVM_ENABLE_LIBCXX=OFF '-DMLIR_DIR=C:\_work\llvm-project\llvm-project\build\lib\cmake\mlir' -DLLVM_USE_LINKER= -DMLIR_PYTHON_PACKAGE_PREFIX=mlir_standalone -DMLIR_BINDINGS_PYTHON_NB_DOMAIN=mlir_standalone -DMLIR_INCLUDE_TESTS=ON '-DPython3_EXECUTABLE=C:\Python312\python.exe' '-DPython_EXECUTABLE=C:\Python312\python.exe' # .---command stdout------------ # | -- The CXX compiler identification is Clang 22.1.4 with MSVC-like command-line # | -- The C compiler identification is Clang 22.1.4 with MSVC-like command-line # | -- Detecting CXX compiler ABI info # | -- Detecting CXX compiler ABI info - done # | -- Check for working CXX compiler: C:/clang/clang-msvc/bin/clang-cl.exe - skipped # | -- Detecting CXX compile features # | -- Detecting CXX compile features - done # | -- Detecting C compiler ABI info # | -- Detecting C compiler ABI info - done # | -- Check for working C compiler: C:/clang/clang-msvc/bin/clang-cl.exe - skipped # | -- Detecting C compile features # | -- Detecting C compile features - done # | -- Using MLIRConfig.cmake in: C:\_work\llvm-project\llvm-project\build\lib\cmake\mlir # | -- Using LLVMConfig.cmake in: C:/_work/llvm-project/llvm-project/build/lib/cmake/llvm # | -- Performing Test SUPPORTS_LIBCXX_HARDENING_MODE # | -- Performing Test SUPPORTS_LIBCXX_HARDENING_MODE - Success # | -- Performing Test LLVM_USES_LIBSTDCXX # | -- Performing Test LLVM_USES_LIBSTDCXX - Failed # | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI # | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI - Failed # | -- 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 - Success # | -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG # | -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success # | -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG # | -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success # | -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSUPPORTED_FLAG # | -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSUPPORTED_FLAG - Success # | -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSUPPORTED_FLAG # | -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSUPPORTED_FLAG - Success # | -- Precompiled headers enabled. # | -- Looking for os_signpost_interval_begin # | -- Looking for os_signpost_interval_begin - not found # | -- Looking for flock # | -- Looking for flock - not found # | -- Found Python3: C:\Python312\python.exe (found suitable version "3.12.3", minimum required is "3.10") found components: Interpreter Development.Module # | -- Found Python: C:\Python312\python.exe (found suitable version "3.12.3", minimum required is "3.10") found components: Interpreter Development.Module # | -- Found python include dirs: C:/Python312/include # | -- Found python libraries: C:/Python312/libs/python312.lib # | -- Python extension suffix for modules: 'cp312-win_amd64' # | -- Checking for nanobind in python path... # | -- found (C:\Python312\Lib\site-packages\nanobind\cmake) # | -- Found nanobind v2.9.2 # | -- Configuring incomplete, errors occurred! # `----------------------------- # .---command stderr------------ # | CMake Error at C:/_work/llvm-project/llvm-project/build/lib/cmake/llvm/AddLLVM.cmake:6 (include): # | include could not find requested file: # | # | AddLit # | Call Stack (most recent call first): # | CMakeLists.txt:26 (include) # | # | # | CMake Error at C:/_work/llvm-project/llvm-project/build/lib/cmake/llvm/TableGen.cmake:177 (get_subproject_title): # | Unknown CMake command "get_subproject_title". # | Call Stack (most recent call first): # | C:/_work/llvm-project/llvm-project/build/lib/cmake/mlir/AddMLIR.cmake:185 (add_public_tablegen_target) # | C:/_work/llvm-project/llvm-project/build/lib/cmake/mlir/AddMLIR.cmake:155 (add_mlir_dialect_tablegen_target) # | include/Standalone/CMakeLists.txt:1 (add_mlir_dialect) # | # | # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label. https://github.com/llvm/llvm-project/pull/217502 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
