github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
The build failed before running any tests. Click on a failure below to see the
details.
<details>
<summary>lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o</summary>
```
FAILED:
lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS
-D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/Target/AMDGPU
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Target/AMDGPU
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror
-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
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported
-fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17
-fvisibility=hidden -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT
lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o
-MF
lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o.d
-o
lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o
-c
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp:224:38:
error: no matching member function for call to 'CreateIntrinsicWithoutFolding'
224 | CallInst *KernArgSegment = Builder.CreateIntrinsicWithoutFolding(
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:989:3:
note: candidate function not viable: no known conversion from 'Twine' to
'ArrayRef<Value *>' for 3rd argument
989 | CreateIntrinsicWithoutFolding(Intrinsic::ID ID,
| ^
990 | ArrayRef<Type *> OverloadTypes,
991 | ArrayRef<Value *> Args) {
| ~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:1007:13:
note: candidate function not viable: no known conversion from 'Twine' to
'FMFSource' for 3rd argument
1007 | CallInst *CreateIntrinsicWithoutFolding(Intrinsic::ID ID,
| ^
1008 | ArrayRef<Value *> Args,
1009 | FMFSource FMFSource = {},
| ~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:998:22:
note: candidate function not viable: no known conversion from
'llvm::Intrinsic::AMDGCNIntrinsics' to 'Type *' for 1st argument
998 | LLVM_ABI CallInst *CreateIntrinsicWithoutFolding(Type *RetTy,
| ^ ~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:979:22:
note: candidate function not viable: requires at least 4 arguments, but 3 were
provided
979 | LLVM_ABI CallInst *CreateIntrinsicWithoutFolding(
| ^
980 | Intrinsic::ID ID, ArrayRef<Type *> OverloadTypes, ArrayRef<Value *>
Args,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
981 | const Twine &Name, ArrayRef<OperandBundleDef> OpBundles = {}) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:972:22:
note: candidate function not viable: requires at least 4 arguments, but 3 were
provided
972 | LLVM_ABI CallInst *CreateIntrinsicWithoutFolding(
| ^
973 | Intrinsic::ID ID, ArrayRef<Type *> OverloadTypes, ArrayRef<Value *>
Args,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
974 | FMFSource FMFSource, const Twine &Name = "",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
975 | ArrayRef<OperandBundleDef> OpBundles = {});
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/SPIR.cpp.o</summary>
```
FAILED:
tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/SPIR.cpp.o
sccache /opt/llvm/bin/clang++ -DCLANG_EXPORTS -D_DEBUG -D_GLIBCXX_ASSERTIONS
-D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/lib/CodeGen
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror
-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
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG
-fno-exceptions -funwind-tables -fno-rtti -MD -MT
tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/SPIR.cpp.o
-MF
tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/SPIR.cpp.o.d
-o
tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetBuiltins/SPIR.cpp.o
-c
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/TargetBuiltins/SPIR.cpp:106:36:
error: no matching member function for call to 'CreateIntrinsicWithoutFolding'
106 | llvm::CallInst *Call = Builder.CreateIntrinsicWithoutFolding(
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:998:22:
note: candidate function not viable: no known conversion from 'const char[17]'
to 'FMFSource' for 4th argument
998 | LLVM_ABI CallInst *CreateIntrinsicWithoutFolding(Type *RetTy,
| ^
999 | Intrinsic::ID ID,
1000 | ArrayRef<Value *>
Args,
1001 | FMFSource FMFSource =
{},
| ~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:979:22:
note: candidate function not viable: no known conversion from 'llvm::Type *'
to 'Intrinsic::ID' (aka 'unsigned int') for 1st argument
979 | LLVM_ABI CallInst *CreateIntrinsicWithoutFolding(
| ^
980 | Intrinsic::ID ID, ArrayRef<Type *> OverloadTypes, ArrayRef<Value *>
Args,
| ~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:972:22:
note: candidate function not viable: no known conversion from 'llvm::Type *'
to 'Intrinsic::ID' (aka 'unsigned int') for 1st argument
972 | LLVM_ABI CallInst *CreateIntrinsicWithoutFolding(
| ^
973 | Intrinsic::ID ID, ArrayRef<Type *> OverloadTypes, ArrayRef<Value *>
Args,
| ~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:1007:13:
note: candidate function not viable: no known conversion from 'llvm::Type *'
to 'Intrinsic::ID' (aka 'unsigned int') for 1st argument
1007 | CallInst *CreateIntrinsicWithoutFolding(Intrinsic::ID ID,
| ^ ~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:989:3:
note: candidate function not viable: requires 3 arguments, but 4 were provided
989 | CreateIntrinsicWithoutFolding(Intrinsic::ID ID,
| ^ ~~~~~~~~~~~~~~~~~
990 | ArrayRef<Type *> OverloadTypes,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
991 | ArrayRef<Value *> Args) {
| ~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</details>
<details>
<summary>unittests/IR/CMakeFiles/IRTests.dir/IRBuilderTest.cpp.o</summary>
```
FAILED: unittests/IR/CMakeFiles/IRTests.dir/IRBuilderTest.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/unittests/IR
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/unittests/IR
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include
-gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror
-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
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported
-fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17
-UNDEBUG -Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments
-fno-exceptions -funwind-tables -fno-rtti -Wno-suggest-override -MD -MT
unittests/IR/CMakeFiles/IRTests.dir/IRBuilderTest.cpp.o -MF
unittests/IR/CMakeFiles/IRTests.dir/IRBuilderTest.cpp.o.d -o
unittests/IR/CMakeFiles/IRTests.dir/IRBuilderTest.cpp.o -c
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/unittests/IR/IRBuilderTest.cpp
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/unittests/IR/IRBuilderTest.cpp:204:18:
error: no matching member function for call to 'CreateIntrinsicWithoutFolding'
204 | Call = Builder.CreateIntrinsicWithoutFolding(
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:1007:13:
note: candidate function not viable: no known conversion from 'const char[26]'
to 'FMFSource' for 3rd argument
1007 | CallInst *CreateIntrinsicWithoutFolding(Intrinsic::ID ID,
| ^
1008 | ArrayRef<Value *> Args,
1009 | FMFSource FMFSource = {},
| ~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:989:3:
note: candidate function not viable: no known conversion from
'SmallVector<Value *, 3>' to 'ArrayRef<Type *>' for 2nd argument
989 | CreateIntrinsicWithoutFolding(Intrinsic::ID ID,
| ^
990 | ArrayRef<Type *> OverloadTypes,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:998:22:
note: candidate function not viable: no known conversion from
'llvm::Intrinsic::AARCH64Intrinsics' to 'Type *' for 1st argument
998 | LLVM_ABI CallInst *CreateIntrinsicWithoutFolding(Type *RetTy,
| ^ ~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:979:22:
note: candidate function not viable: requires at least 4 arguments, but 3 were
provided
979 | LLVM_ABI CallInst *CreateIntrinsicWithoutFolding(
| ^
980 | Intrinsic::ID ID, ArrayRef<Type *> OverloadTypes, ArrayRef<Value *>
Args,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
981 | const Twine &Name, ArrayRef<OperandBundleDef> OpBundles = {}) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:972:22:
note: candidate function not viable: requires at least 4 arguments, but 3 were
provided
972 | LLVM_ABI CallInst *CreateIntrinsicWithoutFolding(
| ^
973 | Intrinsic::ID ID, ArrayRef<Type *> OverloadTypes, ArrayRef<Value *>
Args,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
974 | FMFSource FMFSource, const Twine &Name = "",
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
975 | ArrayRef<OperandBundleDef> OpBundles = {});
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
</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/207354
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits