github-actions[bot] wrote:

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

* 86997 tests passed
* 757 tests skipped
* 2 tests failed

## Failed Tests
(click on a test name to see its output)

### Clang
<details>
<summary>Clang.CIR/CodeGenBuiltins/builtin_call.cpp</summary>

```
Exit Code: -11

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
 -nostdsysteminc -std=c++11 -triple x86_64-unknown-linux-gnu -Wno-unused-value 
-fclangir -emit-cir 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/Output/builtin_call.cpp.tmp.cir
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
 -nostdsysteminc -std=c++11 -triple x86_64-unknown-linux-gnu -Wno-unused-value 
-fclangir -emit-cir 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/Output/builtin_call.cpp.tmp.cir
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp:8:31:
 warning: '__builtin_is_constant_evaluated' will always evaluate to 'true' in a 
manifestly constant-evaluated expression [-Wconstant-evaluated]
# |     8 | constexpr extern int cx_var = __builtin_is_constant_evaluated();
# |       |                               ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp:81:20:
 warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# |    81 |   __builtin_printf(nullptr);
# |       |                    ^~~~~~~
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ 
and include the crash backtrace, preprocessed source, and associated run script.
# | Stack dump:
# | 0.  Program arguments: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
 -nostdsysteminc -std=c++11 -triple x86_64-unknown-linux-gnu -Wno-unused-value 
-fclangir -emit-cir 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/Output/builtin_call.cpp.tmp.cir
# | 1.  
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp:292:1:
 current parser token 'bool'
# |  #0 0x0000000009c19418 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:842:13
# |  #1 0x0000000009c16b45 llvm::sys::RunSignalHandlers() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
# |  #2 0x0000000009c1a1e1 SignalHandler(int, siginfo_t*, void*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:429:38
# |  #3 0x000079bd8f149330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# |  #4 0x000000000cce52e3 getAbstractAttribute 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/IR/AttributeSupport.h:177:5
# |  #5 0x000000000cce52e3 getDialect 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/IR/Attributes.h:59:18
# |  #6 0x000000000cce52e3 mlir::Attribute::getContext() const 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/IR/Attributes.cpp:37:53
# |  #7 0x000000000c76a558 
cir::isMatchingAddressSpace(mlir::ptr::MemorySpaceAttrInterface, clang::LangAS) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/Dialect/IR/CIRTypes.cpp:1077:10
# |  #8 0x000000000addb98f emitBuiltinAlloca(clang::CIRGen::CIRGenFunction&, 
clang::CallExpr const*, unsigned int) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp:340:7
# |  #9 0x000000000add8653 
clang::CIRGen::CIRGenFunction::emitBuiltinExpr(clang::GlobalDecl const&, 
unsigned int, clang::CallExpr const*, clang::CIRGen::ReturnValueSlot) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp:1288:5
# | #10 0x000000000adcd1e6 
clang::CIRGen::CIRGenFunction::emitCallExpr(clang::CallExpr const*, 
clang::CIRGen::ReturnValueSlot) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenExpr.cpp:2148:5
# | #11 0x000000000ae1c452 isScalar 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenValue.h:49:41
# | #12 0x000000000ae1c452 getValue 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenValue.h:58:5
# | #13 0x000000000ae1c452 (anonymous 
namespace)::ScalarExprEmitter::VisitCallExpr(clang::CallExpr const*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp:2398:32
# | #14 0x000000000ae12db5 
clang::CIRGen::CIRGenFunction::emitScalarExpr(clang::Expr const*, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp:1658:3
# | #15 0x000000000ae6e75b operator bool 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Value.h:100:43
# | #16 0x000000000ae6e75b 
clang::CIRGen::CIRGenFunction::emitReturnStmt(clang::ReturnStmt 
const&)::$_0::operator()() const 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:598:13
# | #17 0x000000000ae6e083 
clang::CIRGen::CIRGenFunction::emitReturnStmt(clang::ReturnStmt const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:620:3
# | #18 0x000000000ae6c0ac clang::CIRGen::CIRGenFunction::emitStmt(clang::Stmt 
const*, bool, llvm::ArrayRef<clang::Attr const*>) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:0:23
# | #19 0x000000000ae6bfe3 
clang::CIRGen::CIRGenFunction::emitCompoundStmtWithoutScope(clang::CompoundStmt 
const&, clang::CIRGen::Address*, clang::CIRGen::AggValueSlot) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:81:11
# | #20 0x000000000ae269e3 emitFunctionBody 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.cpp:648:12
# | #21 0x000000000ae269e3 
clang::CIRGen::CIRGenFunction::generateCode(clang::GlobalDecl, cir::FuncOp, 
cir::FuncType) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.cpp:766:24
# | #22 0x000000000ae2dec8 isSet 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Builders.h:339:40
# | #23 0x000000000ae2dec8 restoreInsertionPoint 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Builders.h:393:12
# | #24 0x000000000ae2dec8 ~InsertionGuard 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Builders.h:357:18
# | #25 0x000000000ae2dec8 
clang::CIRGen::CIRGenModule::emitGlobalFunctionDefinition(clang::GlobalDecl, 
mlir::Operation*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenModule.cpp:528:3
# | #26 0x000000000ae2cacf 
clang::CIRGen::CIRGenModule::emitGlobalDefinition(clang::GlobalDecl, 
mlir::Operation*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenModule.cpp:1024:5
# | #27 0x000000000ae2d246 
clang::CIRGen::CIRGenModule::emitGlobal(clang::GlobalDecl) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenModule.cpp:480:5
# | #28 0x000000000ae2eb15 
clang::CIRGen::CIRGenModule::emitTopLevelDecl(clang::Decl*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenModule.cpp:1649:7
# | #29 0x000000000ada204c 
cir::CIRGenerator::HandleTopLevelDecl(clang::DeclGroupRef) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenerator.cpp:82:19
# | #30 0x000000000ac896bb 
cir::CIRGenConsumer::HandleTopLevelDecl(clang::DeclGroupRef) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/FrontendAction/CIRGenAction.cpp:84:5
# | #31 0x000000000d21795a clang::ParseAST(clang::Sema&, bool, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #32 0x000000000a916486 clang::FrontendAction::Execute() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1317:10
# | #33 0x000000000a87c4fd getPtr 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #34 0x000000000a87c4fd operator bool 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #35 0x000000000a87c4fd 
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1007:23
# | #36 0x000000000aa09eff 
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #37 0x0000000006e764d9 cc1_main(llvm::ArrayRef<char const*>, char const*, 
void*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:304:15
# | #38 0x0000000006e722a5 ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, 
llvm::ToolContext const&, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:226:12
# | #39 0x0000000006e7130d clang_main(int, char**, llvm::ToolContext const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:274:12
# | #40 0x0000000006e826c7 main 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #41 0x000079bd8f12e1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #42 0x000079bd8f12e28b __libc_start_main 
(/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #43 0x0000000006e6fce5 _start 
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x6e6fce5)
# `-----------------------------
# error: command failed with exit status: -11

--

```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/builtin_call.cpp</summary>

```
Exit Code: -11

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
 -nostdsysteminc -std=c++11 -triple x86_64-unknown-linux-gnu -Wno-unused-value 
-fclangir -emit-cir 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/Output/builtin_call.cpp.tmp.cir
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
 -nostdsysteminc -std=c++11 -triple x86_64-unknown-linux-gnu -Wno-unused-value 
-fclangir -emit-cir 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/Output/builtin_call.cpp.tmp.cir
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp:8:31:
 warning: '__builtin_is_constant_evaluated' will always evaluate to 'true' in a 
manifestly constant-evaluated expression [-Wconstant-evaluated]
# |     8 | constexpr extern int cx_var = __builtin_is_constant_evaluated();
# |       |                               ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp:81:20:
 warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# |    81 |   __builtin_printf(nullptr);
# |       |                    ^~~~~~~
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ 
and include the crash backtrace, preprocessed source, and associated run script.
# | Stack dump:
# | 0.  Program arguments: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
 -nostdsysteminc -std=c++11 -triple x86_64-unknown-linux-gnu -Wno-unused-value 
-fclangir -emit-cir 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/Output/builtin_call.cpp.tmp.cir
# | 1.  
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/builtin_call.cpp:292:1:
 current parser token 'bool'
# |  #0 0x0000000009c19418 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:842:13
# |  #1 0x0000000009c16b45 llvm::sys::RunSignalHandlers() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
# |  #2 0x0000000009c1a1e1 SignalHandler(int, siginfo_t*, void*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:429:38
# |  #3 0x00007b28674c1330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# |  #4 0x000000000cce52e3 getAbstractAttribute 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/IR/AttributeSupport.h:177:5
# |  #5 0x000000000cce52e3 getDialect 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/IR/Attributes.h:59:18
# |  #6 0x000000000cce52e3 mlir::Attribute::getContext() const 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/IR/Attributes.cpp:37:53
# |  #7 0x000000000c76a558 
cir::isMatchingAddressSpace(mlir::ptr::MemorySpaceAttrInterface, clang::LangAS) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/Dialect/IR/CIRTypes.cpp:1077:10
# |  #8 0x000000000addb98f emitBuiltinAlloca(clang::CIRGen::CIRGenFunction&, 
clang::CallExpr const*, unsigned int) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp:340:7
# |  #9 0x000000000add8653 
clang::CIRGen::CIRGenFunction::emitBuiltinExpr(clang::GlobalDecl const&, 
unsigned int, clang::CallExpr const*, clang::CIRGen::ReturnValueSlot) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp:1288:5
# | #10 0x000000000adcd1e6 
clang::CIRGen::CIRGenFunction::emitCallExpr(clang::CallExpr const*, 
clang::CIRGen::ReturnValueSlot) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenExpr.cpp:2148:5
# | #11 0x000000000ae1c452 isScalar 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenValue.h:49:41
# | #12 0x000000000ae1c452 getValue 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenValue.h:58:5
# | #13 0x000000000ae1c452 (anonymous 
namespace)::ScalarExprEmitter::VisitCallExpr(clang::CallExpr const*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp:2398:32
# | #14 0x000000000ae12db5 
clang::CIRGen::CIRGenFunction::emitScalarExpr(clang::Expr const*, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp:1658:3
# | #15 0x000000000ae6e75b operator bool 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Value.h:100:43
# | #16 0x000000000ae6e75b 
clang::CIRGen::CIRGenFunction::emitReturnStmt(clang::ReturnStmt 
const&)::$_0::operator()() const 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:598:13
# | #17 0x000000000ae6e083 
clang::CIRGen::CIRGenFunction::emitReturnStmt(clang::ReturnStmt const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:620:3
# | #18 0x000000000ae6c0ac clang::CIRGen::CIRGenFunction::emitStmt(clang::Stmt 
const*, bool, llvm::ArrayRef<clang::Attr const*>) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:0:23
# | #19 0x000000000ae6bfe3 
clang::CIRGen::CIRGenFunction::emitCompoundStmtWithoutScope(clang::CompoundStmt 
const&, clang::CIRGen::Address*, clang::CIRGen::AggValueSlot) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:81:11
# | #20 0x000000000ae269e3 emitFunctionBody 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.cpp:648:12
# | #21 0x000000000ae269e3 
clang::CIRGen::CIRGenFunction::generateCode(clang::GlobalDecl, cir::FuncOp, 
cir::FuncType) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.cpp:766:24
# | #22 0x000000000ae2dec8 isSet 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Builders.h:339:40
# | #23 0x000000000ae2dec8 restoreInsertionPoint 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Builders.h:393:12
# | #24 0x000000000ae2dec8 ~InsertionGuard 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/../mlir/include/mlir/IR/Builders.h:357:18
# | #25 0x000000000ae2dec8 
clang::CIRGen::CIRGenModule::emitGlobalFunctionDefinition(clang::GlobalDecl, 
mlir::Operation*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenModule.cpp:528:3
# | #26 0x000000000ae2cacf 
clang::CIRGen::CIRGenModule::emitGlobalDefinition(clang::GlobalDecl, 
mlir::Operation*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenModule.cpp:1024:5
# | #27 0x000000000ae2d246 
clang::CIRGen::CIRGenModule::emitGlobal(clang::GlobalDecl) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenModule.cpp:480:5
# | #28 0x000000000ae2eb15 
clang::CIRGen::CIRGenModule::emitTopLevelDecl(clang::Decl*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenModule.cpp:1649:7
# | #29 0x000000000ada204c 
cir::CIRGenerator::HandleTopLevelDecl(clang::DeclGroupRef) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/CodeGen/CIRGenerator.cpp:82:19
# | #30 0x000000000ac896bb 
cir::CIRGenConsumer::HandleTopLevelDecl(clang::DeclGroupRef) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CIR/FrontendAction/CIRGenAction.cpp:84:5
# | #31 0x000000000d21795a clang::ParseAST(clang::Sema&, bool, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #32 0x000000000a916486 clang::FrontendAction::Execute() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1317:10
# | #33 0x000000000a87c4fd getPtr 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #34 0x000000000a87c4fd operator bool 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #35 0x000000000a87c4fd 
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1007:23
# | #36 0x000000000aa09eff 
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #37 0x0000000006e764d9 cc1_main(llvm::ArrayRef<char const*>, char const*, 
void*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:304:15
# | #38 0x0000000006e722a5 ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, 
llvm::ToolContext const&, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:226:12
# | #39 0x0000000006e7130d clang_main(int, char**, llvm::ToolContext const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:274:12
# | #40 0x0000000006e826c7 main 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #41 0x00007b28674a61ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #42 0x00007b28674a628b __libc_start_main 
(/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #43 0x0000000006e6fce5 _start 
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x6e6fce5)
# `-----------------------------
# error: command failed with exit status: -11

--

```
</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/179073
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to