github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 3056 tests passed
* 7 tests skipped

All executed tests passed, but another part of the build **failed**. Click on a 
failure below to see the details.

<details>
<summary>tools/clang/lib/CIR/CodeGen/CMakeFiles/obj.clangCIR.dir/CIRGenBuiltinX86.cpp.o</summary>

```
FAILED: 
tools/clang/lib/CIR/CodeGen/CMakeFiles/obj.clangCIR.dir/CIRGenBuiltinX86.cpp.o
sccache /opt/llvm/bin/clang++ -DCLANG_EXPORTS -DGTEST_HAS_RTTI=0 -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-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/CIR/CodeGen
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/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 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/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  
-fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -MD -MT 
tools/clang/lib/CIR/CodeGen/CMakeFiles/obj.clangCIR.dir/CIRGenBuiltinX86.cpp.o 
-MF 
tools/clang/lib/CIR/CodeGen/CMakeFiles/obj.clangCIR.dir/CIRGenBuiltinX86.cpp.o.d
 -o 
tools/clang/lib/CIR/CodeGen/CMakeFiles/obj.clangCIR.dir/CIRGenBuiltinX86.cpp.o 
-c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:420:20:
 error: redefinition of 'emitX86Select'
420 | static mlir::Value emitX86Select(CIRGenBuilderTy &builder, mlir::Location 
loc,
|                    ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:188:20:
 note: previous definition is here
188 | static mlir::Value emitX86Select(CIRGenBuilderTy &builder, mlir::Location 
loc,
|                    ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:423:18:
 error: 'create' is deprecated: Use OpTy::create instead 
[-Werror,-Wdeprecated-declarations]
423 |   return builder.create<cir::VecTernaryOp>(loc, Op0.getType(), mask, Op0, 
Op1);
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Builders.h:506:8:
 note: 'create' has been explicitly marked deprecated here
506 |   OpTy create(Location location, Args &&...args) {
|        ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:423:18:
 error: 'create<cir::VecTernaryOp, mlir::Type, mlir::Value &, mlir::Value &, 
mlir::Value &>' is deprecated: Use OpTy::create instead 
[-Werror,-Wdeprecated-declarations]
423 |   return builder.create<cir::VecTernaryOp>(loc, Op0.getType(), mask, Op0, 
Op1);
|                  ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Builders.h:505:5:
 note: 'create<cir::VecTernaryOp, mlir::Type, mlir::Value &, mlir::Value &, 
mlir::Value &>' has been explicitly marked deprecated here
505 |   [[deprecated("Use OpTy::create instead")]]
|     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:430:30:
 error: no member named 'getZero' in 'clang::CIRGen::CIRGenBuilderTy'
430 |   mlir::Value zero = builder.getZero(mask.getType(), loc);
|                      ~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:431:49:
 error: use of undeclared identifier 'CmpOpKind'; did you mean 'cir::CmpOpKind'?
431 |   mlir::Value cond = builder.createCompare(loc, CmpOpKind::ne, mask, 
zero);
|                                                 ^~~~~~~~~
|                                                 cir::CmpOpKind
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include/clang/CIR/Dialect/IR/CIROpsEnums.h.inc:933:12:
 note: 'cir::CmpOpKind' declared here
933 | enum class CmpOpKind : uint32_t {
|            ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:433:62:
 error: too many arguments to function call, expected 4, have 5
433 |   return builder.createSelect(loc, Op0.getType(), cond, Op0, Op1);
|          ~~~~~~~~~~~~~~~~~~~~                                ^~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h:508:15:
 note: 'createSelect' declared here
508 |   mlir::Value createSelect(mlir::Location loc, mlir::Value condition,
|               ^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
509 |                            mlir::Value trueValue, mlir::Value falseValue) 
{
|                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:436:29:
 error: return type of out-of-line definition of 
'clang::CIRGen::CIRGenFunction::emitX86BuiltinExpr' differs from that in the 
declaration
436 | mlir::Value CIRGenFunction::emitX86BuiltinExpr(unsigned builtinID,
| ~~~~~~~~~~~                 ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h:1871:30:
 note: previous declaration is here
1871 |   std::optional<mlir::Value> emitX86BuiltinExpr(unsigned builtinID,
|   ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:439:49:
 error: function definition is not allowed here
439 |       unsigned builtinID, const CallExpr *expr) {
|                                                 ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:1796:4:
 error: expected '}'
1796 |   }
|    ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp:437:70:
 note: to match this '{'
437 |                                                const CallExpr *expr) {
|                                                                      ^
9 errors 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/172299
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to