[Mlir-commits] [mlir] [mlir][SPIRV] Fix build error (PR #111264)

LLVM Continuous Integration llvmlistbot at llvm.org
Sat Oct 5 12:51:04 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `flang-aarch64-dylib` running on `linaro-flang-aarch64-dylib` while building `mlir` at step 5 "build-unified-tree".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/50/builds/4614

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 5 (build-unified-tree) failure: build (failure)
...
71.689 [156/10/6541] Creating library symlink lib/libclang.so.20.0git lib/libclang.so
72.335 [154/11/6542] Linking CXX executable bin/c-arcmt-test
72.747 [154/10/6543] Linking CXX executable tools/flang/unittests/Evaluate/expression.test
72.870 [154/9/6544] Linking CXX executable tools/flang/unittests/Evaluate/folding.test
73.489 [154/8/6545] Linking CXX executable bin/mlir-translate
74.745 [154/7/6546] Linking CXX executable bin/tco
74.773 [154/6/6547] Linking CXX executable bin/fir-opt
74.874 [154/5/6548] Linking CXX executable bin/mlir-query
76.227 [154/4/6549] Linking CXX executable bin/c-index-test
79.003 [154/3/6550] Building CXX object tools/mlir/lib/Conversion/SPIRVToLLVM/CMakeFiles/obj.MLIRSPIRVToLLVM.dir/SPIRVToLLVM.cpp.o
FAILED: tools/mlir/lib/Conversion/SPIRVToLLVM/CMakeFiles/obj.MLIRSPIRVToLLVM.dir/SPIRVToLLVM.cpp.o 
/usr/local/bin/c++ -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/tcwg-buildbot/worker/flang-aarch64-dylib/build/tools/mlir/lib/Conversion/SPIRVToLLVM -I/home/tcwg-buildbot/worker/flang-aarch64-dylib/llvm-project/mlir/lib/Conversion/SPIRVToLLVM -I/home/tcwg-buildbot/worker/flang-aarch64-dylib/build/include -I/home/tcwg-buildbot/worker/flang-aarch64-dylib/llvm-project/llvm/include -I/home/tcwg-buildbot/worker/flang-aarch64-dylib/llvm-project/mlir/include -I/home/tcwg-buildbot/worker/flang-aarch64-dylib/build/tools/mlir/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17  -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -MD -MT tools/mlir/lib/Conversion/SPIRVToLLVM/CMakeFiles/obj.MLIRSPIRVToLLVM.dir/SPIRVToLLVM.cpp.o -MF tools/mlir/lib/Conversion/SPIRVToLLVM/CMakeFiles/obj.MLIRSPIRVToLLVM.dir/SPIRVToLLVM.cpp.o.d -o tools/mlir/lib/Conversion/SPIRVToLLVM/CMakeFiles/obj.MLIRSPIRVToLLVM.dir/SPIRVToLLVM.cpp.o -c /home/tcwg-buildbot/worker/flang-aarch64-dylib/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp
../llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp:373:20: error: no matching function for call to 'processCountOrOffset'
  373 |     Value offset = processCountOrOffset(loc, op.getOffset(), srcType, dstType,
      |                    ^~~~~~~~~~~~~~~~~~~~
../llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp:188:14: note: candidate function not viable: no known conversion from 'const TypeConverter' to 'const LLVMTypeConverter' for 5th argument
  188 | static Value processCountOrOffset(Location loc, Value value, Type srcType,
      |              ^
  189 |                                   Type dstType,
  190 |                                   const LLVMTypeConverter &converter,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp:375:19: error: no matching function for call to 'processCountOrOffset'
  375 |     Value count = processCountOrOffset(loc, op.getCount(), srcType, dstType,
      |                   ^~~~~~~~~~~~~~~~~~~~
../llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp:188:14: note: candidate function not viable: no known conversion from 'const TypeConverter' to 'const LLVMTypeConverter' for 5th argument
  188 | static Value processCountOrOffset(Location loc, Value value, Type srcType,
      |              ^
  189 |                                   Type dstType,
  190 |                                   const LLVMTypeConverter &converter,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp:461:20: error: no matching function for call to 'processCountOrOffset'
  461 |     Value offset = processCountOrOffset(loc, op.getOffset(), srcType, dstType,
      |                    ^~~~~~~~~~~~~~~~~~~~
../llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp:188:14: note: candidate function not viable: no known conversion from 'const TypeConverter' to 'const LLVMTypeConverter' for 5th argument
  188 | static Value processCountOrOffset(Location loc, Value value, Type srcType,
      |              ^
  189 |                                   Type dstType,
  190 |                                   const LLVMTypeConverter &converter,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp:463:19: error: no matching function for call to 'processCountOrOffset'
  463 |     Value count = processCountOrOffset(loc, op.getCount(), srcType, dstType,
      |                   ^~~~~~~~~~~~~~~~~~~~
../llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp:188:14: note: candidate function not viable: no known conversion from 'const TypeConverter' to 'const LLVMTypeConverter' for 5th argument
  188 | static Value processCountOrOffset(Location loc, Value value, Type srcType,
      |              ^
  189 |                                   Type dstType,
  190 |                                   const LLVMTypeConverter &converter,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../llvm-project/mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp:514:20: error: no matching function for call to 'processCountOrOffset'

```

</details>

https://github.com/llvm/llvm-project/pull/111264


More information about the Mlir-commits mailing list