[Mlir-commits] [mlir] [mlir][vector] reject negative strides for `vector.load`/`vector.store` (PR #204611)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jun 22 04:43:53 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 3830 tests passed
* 439 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: 4294967295

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
# | -- Found numpy v: 
# | -- 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: C:\Python312\Lib\site-packages\nanobind\include
# | -- Python prefix = '', suffix = '', extension = '
# | -- Performing Test LLVM_LINKER_SUPPORTS_B_SYMBOLIC_FUNCTIONS
# | -- Performing Test LLVM_LINKER_SUPPORTS_B_SYMBOLIC_FUNCTIONS - Success
# | -- Enabling Python API
# | -- Found python include dirs: C:/Python312/include
# | -- Found python libraries: C:/Python312/libs/python312.lib
# | -- Found numpy v: 
# | -- Python extension suffix for modules: 'cp312-win_amd64'
# | -- Using explicit nanobind cmake directory: C:\Python312\Lib\site-packages\nanobind\cmake (-Dnanobind_DIR to change)
# | -- Found nanobind v2.9.2: C:\Python312\Lib\site-packages\nanobind\include
# | -- Python prefix = '', suffix = '', extension = '
# | -- Configuring done (21.9s)
# | -- Generating done (0.4s)
# | -- Build files have been written to: C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone
# `-----------------------------
# RUN: at line 11
export PYTHONPATH="C:/_work/llvm-project/llvm-project/build/tools/mlir/python_packages/mlir_core"
# executed command: export PYTHONPATH=C:/_work/llvm-project/llvm-project/build/tools/mlir/python_packages/mlir_core
# note: command had no output on stdout or stderr
# RUN: at line 12
"C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe" --build . --target check-standalone | tee C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.toy.tmp
# executed command: C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe --build . --target check-standalone
# note: command had no output on stdout or stderr
# error: command failed with exit status: 0xffffffff
# executed command: tee 'C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\Output\test.toy.tmp'
# .---command stdout------------
# | [1/62] Building StandalonePasses.h.inc...
# | [2/62] Building StandaloneOps.cpp.inc...
# | [3/62] Building StandaloneOps.h.inc...
# | [4/62] Building StandaloneOpsDialect.cpp.inc...
# | [5/62] Building StandaloneOpsDialect.h.inc...
# | [6/62] Building StandaloneOpsTypes.cpp.inc...
# | [7/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/examples/standalone/python/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind/py.typed -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/_mlir_libs/_standaloneDialectsNanobind/py.typed
# | [8/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/examples/standalone/python/mlir_standalone/dialects/standalone_nanobind.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/standalone_nanobind.py
# | [9/62] Building StandaloneOpsTypes.h.inc...
# | [10/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/_mlir_libs/_mlir/py.typed -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/_mlir_libs/_mlir/py.typed
# | [11/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/_mlir_libs/__init__.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/_mlir_libs/__init__.py
# | [12/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/dialects/_ods_common.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/_ods_common.py
# | [13/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/dialects/ext.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/ext.py
# | [14/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/ir.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/ir.py
# | [15/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/extras/meta.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/extras/meta.py
# | [16/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/rewrite.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/rewrite.py
# | [17/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/passmanager.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/passmanager.py
# | [18/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/dialects/builtin.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/builtin.py
# | [19/62] Copying python source C:/_work/llvm-project/llvm-project/mlir/python/mlir/extras/types.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/extras/types.py
# | [20/62] Copying python source C:/_work/llvm-project/llvm-project/build/tools/mlir/python/dialects/_builtin_ops_gen.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/_builtin_ops_gen.py
# | [21/62] Building dialects/_standalone_ops_gen.py...
# | [22/62] Copying python source C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python/dialects/_standalone_ops_gen.py -> C:/_work/llvm-project/llvm-project/build/tools/mlir/test/Examples/standalone/python_packages/standalone/mlir_standalone/dialects/_standalone_ops_gen.py
# | [23/62] Building C object test\CAPI\CMakeFiles\standalone-capi-test.dir\standalone-capi-test.c.obj
# | [24/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_ft.cpp.obj
# | [25/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\trampoline.cpp.obj
# | [26/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\implicit.cpp.obj
# | [27/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\error.cpp.obj
# | [28/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_static_property.cpp.obj
# | [29/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_ndarray.cpp.obj
# | [30/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_internals.cpp.obj
# | [31/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\common.cpp.obj
# | [32/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_func.cpp.obj
# | [33/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_enum.cpp.obj
# | [34/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\MainModule.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [35/62] Building CXX object python\CMakeFiles\nanobind-mlir_standalone.dir\C_\Python312\Lib\site-packages\nanobind\src\nb_type.cpp.obj
# | [36/62] Linking CXX shared library python_packages\standalone\mlir_standalone\_mlir_libs\nanobind-mlir_standalone.dll
# | [37/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._standaloneDialectsNanobind.dso.dir\StandaloneExtensionNanobind.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [38/62] Building CXX object standalone-translate\CMakeFiles\standalone-translate.dir\standalone-translate.cpp.obj
# | [39/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\Pass.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [40/62] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandaloneTypes.cpp.obj
# | [41/62] Building CXX object lib\CAPI\CMakeFiles\obj.StandaloneCAPI.dir\Dialects.cpp.obj
# | [42/62] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandaloneOps.cpp.obj
# | [43/62] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandaloneDialect.cpp.obj
# | [44/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRInterfaces.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [45/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\Rewrite.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [46/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.so.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\Globals.cpp.obj
# | [47/62] Building CXX object lib\Standalone\CMakeFiles\obj.MLIRStandalone.dir\StandalonePasses.cpp.obj
# | [48/62] Linking CXX static library lib\MLIRStandalone.lib
# | [49/62] Linking CXX shared library bin\StandaloneCAPITestLib.dll
# | FAILED: [code=4294967295] bin/StandaloneCAPITestLib.dll lib/StandaloneCAPITestLib.lib 
# | C:\Windows\system32\cmd.exe /C "C:\Windows\system32\cmd.exe /C "C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E __create_def C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\test\CAPI\CMakeFiles\StandaloneCAPITestLib.dir\.\exports.def C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\test\CAPI\CMakeFiles\StandaloneCAPITestLib.dir\.\exports.def.objs --nm=CMAKE_NM-NOTFOUND && cd C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone" && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_dll --msvc-ver=1944 --intdir=test\CAPI\CMakeFiles\StandaloneCAPITestLib.dir --rc="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\rc.exe" --mt="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\mt.exe" --manifests  -- C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\StandaloneCAPITestLib.rsp  /out:bin\StandaloneCAPITestLib.dll /implib:lib\StandaloneCAPITestLib.lib /pdb:bin\StandaloneCAPITestLib.pdb /dll /version:0.0 /machine:x64 /Brepro /INCREMENTAL:NO  /DEF:test\CAPI\CMakeFiles\StandaloneCAPITestLib.dir\.\exports.def && cd ."
# | LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\StandaloneCAPITestLib.rsp /out:bin\StandaloneCAPITestLib.dll /implib:lib\StandaloneCAPITestLib.lib /pdb:bin\StandaloneCAPITestLib.pdb /dll /version:0.0 /machine:x64 /Brepro /INCREMENTAL:NO /DEF:test\CAPI\CMakeFiles\StandaloneCAPITestLib.dir\.\exports.def /MANIFEST:EMBED,ID=2" failed (exit code 1) with the following output:
# | lld-link: error: undefined symbol: bool __cdecl mlir::memref::hasNegativeStaticStride(class mlir::MemRefType)
# | >>> referenced by MLIRVectorDialect.lib(VectorOps.cpp.obj):(public: struct llvm::LogicalResult __cdecl mlir::vector::LoadOp::verify(void))
# | >>> referenced by MLIRVectorDialect.lib(VectorOps.cpp.obj):(public: struct llvm::LogicalResult __cdecl mlir::vector::StoreOp::verify(void))
# | [50/62] Linking CXX shared library python_packages\standalone\mlir_standalone\_mlir_libs\StandalonePythonCAPI.dll
# | FAILED: [code=4294967295] python_packages/standalone/mlir_standalone/_mlir_libs/StandalonePythonCAPI.dll python_packages/standalone/mlir_standalone/_mlir_libs/StandalonePythonCAPI.lib 
# | C:\Windows\system32\cmd.exe /C "C:\Windows\system32\cmd.exe /C "C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E __create_def C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\python\CMakeFiles\StandalonePythonCAPI.dir\.\exports.def C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone\python\CMakeFiles\StandalonePythonCAPI.dir\.\exports.def.objs --nm=CMAKE_NM-NOTFOUND && cd C:\_work\llvm-project\llvm-project\build\tools\mlir\test\Examples\standalone" && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_dll --msvc-ver=1944 --intdir=python\CMakeFiles\StandalonePythonCAPI.dir --rc="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\rc.exe" --mt="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\mt.exe" --manifests  -- C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\StandalonePythonCAPI.rsp  /out:python_packages\standalone\mlir_standalone\_mlir_libs\StandalonePythonCAPI.dll /implib:python_packages\standalone\mlir_standalone\_mlir_libs\StandalonePythonCAPI.lib /pdb:python_packages\standalone\mlir_standalone\_mlir_libs\StandalonePythonCAPI.pdb /dll /version:0.0 /machine:x64 /Brepro /INCREMENTAL:NO  /DEF:python\CMakeFiles\StandalonePythonCAPI.dir\.\exports.def && cd ."
# | LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\StandalonePythonCAPI.rsp /out:python_packages\standalone\mlir_standalone\_mlir_libs\StandalonePythonCAPI.dll /implib:python_packages\standalone\mlir_standalone\_mlir_libs\StandalonePythonCAPI.lib /pdb:python_packages\standalone\mlir_standalone\_mlir_libs\StandalonePythonCAPI.pdb /dll /version:0.0 /machine:x64 /Brepro /INCREMENTAL:NO /DEF:python\CMakeFiles\StandalonePythonCAPI.dir\.\exports.def /MANIFEST:EMBED,ID=2" failed (exit code 1) with the following output:
# | lld-link: error: undefined symbol: bool __cdecl mlir::memref::hasNegativeStaticStride(class mlir::MemRefType)
# | >>> referenced by MLIRVectorDialect.lib(VectorOps.cpp.obj):(public: struct llvm::LogicalResult __cdecl mlir::vector::LoadOp::verify(void))
# | >>> referenced by MLIRVectorDialect.lib(VectorOps.cpp.obj):(public: struct llvm::LogicalResult __cdecl mlir::vector::StoreOp::verify(void))
# | [51/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension._mlir.dso.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRAffine.cpp.obj
# | clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
# | [52/62] Building CXX object standalone-opt\CMakeFiles\standalone-opt.dir\standalone-opt.cpp.obj
# | [53/62] Linking CXX executable bin\standalone-translate.exe
# | [54/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.so.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRTypes.cpp.obj
# | [55/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.so.dir\9b1b46abe6dcda20e3e81929387967cc\mlir\lib\Bindings\Python\IRAttributes.cpp.obj
# | [56/62] Building CXX object python\CMakeFiles\StandalonePythonModules.extension.MLIRPythonSupport-mlir_standalone.so.dir\C_\_work\llvm-project\llvm-project\mlir\lib\Bindings\Python\IRCore.cpp.obj
# | ninja: build stopped: subcommand failed.
# `-----------------------------

--

```
</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/204611


More information about the Mlir-commits mailing list