[clang] [llvm] [WinEH] Fix try scopes leaking to caller on inline (PR #167176)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 26 07:51:56 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 166377 tests passed
* 2869 tests skipped
* 12 tests failed
## Failed Tests
(click on a test name to see its output)
### BOLT
<details>
<summary>BOLT.BOLT/lsda-section-name.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 4
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --driver-mode=g++ --target=x86_64-unknown-linux-gnu -fPIE -fuse-ld=lld -Wl,--unresolved-symbols=ignore-all -Wl,--build-id=none -pie -O3 -no-pie -c /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/lsda-section-name.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/Output/lsda-section-name.cpp.tmp.o
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --driver-mode=g++ --target=x86_64-unknown-linux-gnu -fPIE -fuse-ld=lld -Wl,--unresolved-symbols=ignore-all -Wl,--build-id=none -pie -O3 -no-pie -c /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/lsda-section-name.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/Output/lsda-section-name.cpp.tmp.o
# .---command stderr------------
# | clang: warning: -Wl,--unresolved-symbols=ignore-all: 'linker' input unused [-Wunused-command-line-argument]
# | clang: warning: -Wl,--build-id=none: 'linker' input unused [-Wunused-command-line-argument]
# | clang: warning: argument unused during compilation: '-fuse-ld=lld' [-Wunused-command-line-argument]
# | clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
# | clang: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument]
# | clang: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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 --driver-mode=g++ --target=x86_64-unknown-linux-gnu -fPIE -fuse-ld=lld -Wl,--unresolved-symbols=ignore-all -Wl,--build-id=none -pie -O3 -no-pie -c /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/lsda-section-name.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/Output/lsda-section-name.cpp.tmp.o
# | 1. <eof> parser at end of file
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/lsda-section-name.cpp:28:5: LLVM IR generation of declaration 'main'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/lsda-section-name.cpp:28:5: Generating code for declaration 'main'
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008d9b3c6 HandleCrash /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:73:5
# | #3 0x0000000008d9b3c6 CrashRecoverySignalHandler(int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:390:51
# | #4 0x00007849c9ec2330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #5 0x00007849c9f1bb2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #6 0x00007849c9ec227e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #7 0x00007849c9ea58ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #8 0x00007849c9ea581b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #9 0x00007849c9eb8517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #10 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #11 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #12 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #13 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #14 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #15 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #16 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #17 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #18 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #19 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #20 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #21 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #22 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #23 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #24 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #25 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #26 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #27 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #28 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #29 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #30 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #31 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #32 0x0000000006171565 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:225:12
# | #33 0x0000000006173b3d operator() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:0:12
# | #34 0x0000000006173b3d int llvm::function_ref<int (llvm::SmallVectorImpl<char const*>&)>::callback_fn<clang_main(int, char**, llvm::ToolContext const&)::$_0>(long, llvm::SmallVectorImpl<char const*>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:46:12
# | #35 0x00000000098d2639 operator() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Driver/Job.cpp:437:30
# | #36 0x00000000098d2639 void llvm::function_ref<void ()>::callback_fn<clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const::$_0>(long) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:46:12
# | #37 0x0000000008d9b06e operator() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:0:12
# | #38 0x0000000008d9b06e llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:426:3
# | #39 0x00000000098d1d03 clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Driver/Job.cpp:437:7
# | #40 0x00000000098901fc clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Driver/Compilation.cpp:196:15
# | #41 0x0000000009890417 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Driver/Compilation.cpp:246:13
# | #42 0x00000000098aa458 empty /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:83:46
# | #43 0x00000000098aa458 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Driver/Driver.cpp:2263:23
# | #44 0x0000000006170db2 clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:407:21
# | #45 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #46 0x00007849c9ea71ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #47 0x00007849c9ea728b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #48 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x616efa5)
# | clang: error: clang frontend command failed with exit code 134 (use -v to see invocation)
# | clang version 22.0.0git (https://github.com/llvm/llvm-project b646efbc956755c934fed15815f6a1c6cfaab14a)
# | Target: x86_64-unknown-linux-gnu
# | Thread model: posix
# | InstalledDir: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin
# | Build config: +assertions
# | clang: note: diagnostic msg:
# | ********************
# |
# | PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
# | Preprocessed source(s) and associated run script(s) are located at:
# | clang: note: diagnostic msg: /tmp/lit-tmp-_q34uhah/lsda-section-name-f4f954.cpp
# | clang: note: diagnostic msg: /tmp/lit-tmp-_q34uhah/lsda-section-name-f4f954.sh
# | clang: note: diagnostic msg:
# |
# | ********************
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>BOLT.runtime/X86/rethrow.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 86
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang++ --target=x86_64-unknown-linux-gnu -fPIE -fuse-ld=lld -Wl,--unresolved-symbols=ignore-all -Wl,--build-id=none -pie /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/X86/rethrow.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime/X86/Output/rethrow.cpp.tmp.exe -Wl,-q
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang++ --target=x86_64-unknown-linux-gnu -fPIE -fuse-ld=lld -Wl,--unresolved-symbols=ignore-all -Wl,--build-id=none -pie /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/X86/rethrow.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime/X86/Output/rethrow.cpp.tmp.exe -Wl,-q
# .---command stderr------------
# | clang-22: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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-22 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -dumpdir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime/X86/Output/rethrow.cpp.tmp.exe- -disable-free -clear-ast-before-backend -main-file-name rethrow.cpp -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime/X86 -fcoverage-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime/X86 -resource-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/x86_64-linux-gnu/c++/13 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/backward -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -faddrsig -fdwarf2-cfi-asm -o /tmp/lit-tmp-_q34uhah/rethrow-ba58b4.o -x c++ /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/X86/rethrow.cpp
# | 1. /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/X86/rethrow.cpp:68:1: current parser token 'struct'
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/X86/rethrow.cpp:45:6: LLVM IR generation of declaration 'runEventLoop'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/X86/rethrow.cpp:45:6: Generating code for declaration 'runEventLoop'
# | 4. /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/X86/rethrow.cpp:46:16: LLVM IR generation of compound statement ('{}')
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008e37d31 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x00007fe530340330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x00007fe530399b2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x00007fe53034027e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x00007fe5303238ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x00007fe53032381b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x00007fe530336517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x00000000091d8561 EmitCompoundStmtWithoutScope /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x00000000091d8561 EmitCompoundStmt /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:577:10
# | #16 0x00000000091d8561 clang::CodeGen::CodeGenFunction::EmitSimpleStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:516:5
# | #17 0x00000000091d7acb clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:66:7
# | #18 0x00000000091d9b96 ForceCleanup /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.h:1075:28
# | #19 0x00000000091d9b96 ~RunCleanupsScope /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.h:1058:9
# | #20 0x00000000091d9b96 clang::CodeGen::CodeGenFunction::EmitWhileStmt(clang::WhileStmt const&, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:1172:3
# | #21 0x00000000091d8063 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:0:32
# | #22 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #23 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #24 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #25 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #26 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #27 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #28 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #29 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #30 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #31 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #32 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #33 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #34 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #35 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #36 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #37 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #38 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #39 0x0000000006171565 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:225:12
# | #40 0x00000000061705cd clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:268:12
# | #41 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #42 0x00007fe5303251ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #43 0x00007fe53032528b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #44 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-22+0x616efa5)
# | clang++: error: unable to execute command: Aborted
# | clang++: error: clang frontend command failed due to signal (use -v to see invocation)
# | clang version 22.0.0git (https://github.com/llvm/llvm-project b646efbc956755c934fed15815f6a1c6cfaab14a)
# | Target: x86_64-unknown-linux-gnu
# | Thread model: posix
# | InstalledDir: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin
# | Build config: +assertions
# | clang++: note: diagnostic msg:
# | ********************
# |
# | PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
# | Preprocessed source(s) and associated run script(s) are located at:
# | clang++: note: diagnostic msg: /tmp/lit-tmp-_q34uhah/rethrow-2adf4e.cpp
# | clang++: note: diagnostic msg: /tmp/lit-tmp-_q34uhah/rethrow-2adf4e.sh
# | clang++: note: diagnostic msg:
# |
# | ********************
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>BOLT.runtime/exceptions-no-pie.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --driver-mode=g++ -no-pie -Wl,-q /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/exceptions-no-pie.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime/Output/exceptions-no-pie.cpp.tmp.exe
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --driver-mode=g++ -no-pie -Wl,-q /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/exceptions-no-pie.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime/Output/exceptions-no-pie.cpp.tmp.exe
# .---command stderr------------
# | clang-22: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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-22 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -dumpdir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime/Output/exceptions-no-pie.cpp.tmp.exe- -disable-free -clear-ast-before-backend -main-file-name exceptions-no-pie.cpp -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime -fcoverage-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/runtime -resource-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/x86_64-linux-gnu/c++/13 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/backward -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -faddrsig -fdwarf2-cfi-asm -o /tmp/lit-tmp-_q34uhah/exceptions-no-pie-8ca653.o -x c++ /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/exceptions-no-pie.cpp
# | 1. <eof> parser at end of file
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/exceptions-no-pie.cpp:27:5: LLVM IR generation of declaration 'main'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/runtime/exceptions-no-pie.cpp:27:5: Generating code for declaration 'main'
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008e37d31 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x00007ff033037330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x00007ff033090b2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x00007ff03303727e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x00007ff03301a8ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x00007ff03301a81b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x00007ff03302d517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #16 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #17 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #18 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #19 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #20 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #21 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #22 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #23 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #24 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #25 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #26 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #27 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #28 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #29 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #30 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #31 0x0000000006171565 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:225:12
# | #32 0x00000000061705cd clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:268:12
# | #33 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #34 0x00007ff03301c1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #35 0x00007ff03301c28b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #36 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-22+0x616efa5)
# | clang: error: unable to execute command: Aborted
# | clang: error: clang frontend command failed due to signal (use -v to see invocation)
# | clang version 22.0.0git (https://github.com/llvm/llvm-project b646efbc956755c934fed15815f6a1c6cfaab14a)
# | Target: x86_64-unknown-linux-gnu
# | Thread model: posix
# | InstalledDir: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin
# | Build config: +assertions
# | clang: note: diagnostic msg:
# | ********************
# |
# | PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
# | Preprocessed source(s) and associated run script(s) are located at:
# | clang: note: diagnostic msg: /tmp/lit-tmp-_q34uhah/exceptions-no-pie-116ec3.cpp
# | clang: note: diagnostic msg: /tmp/lit-tmp-_q34uhah/exceptions-no-pie-116ec3.sh
# | clang: note: diagnostic msg:
# |
# | ********************
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
### Clang
<details>
<summary>Clang.CodeGenCXX/eh.cpp</summary>
```
Exit Code: 2
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/22/include -nostdsysteminc -fcxx-exceptions -fexceptions -triple x86_64-apple-macosx10.13.99 -std=c++11 -emit-llvm -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/eh.cpp | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,UNALIGNED,THROWEND /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/eh.cpp
# 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/22/include -nostdsysteminc -fcxx-exceptions -fexceptions -triple x86_64-apple-macosx10.13.99 -std=c++11 -emit-llvm -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/eh.cpp
# .---command stderr------------
# | clang: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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/22/include -nostdsysteminc -fcxx-exceptions -fexceptions -triple x86_64-apple-macosx10.13.99 -std=c++11 -emit-llvm -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/eh.cpp
# | 1. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/eh.cpp:236:1: current parser token 'namespace'
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/eh.cpp:201:11: LLVM IR generation of declaration 'test10'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/eh.cpp:208:8: Generating code for declaration 'test10::foo'
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008e37d31 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x00007f98ace59330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x00007f98aceb2b2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x00007f98ace5927e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x00007f98ace3c8ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x00007f98ace3c81b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x00007f98ace4f517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #16 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #17 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #18 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #19 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #20 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #21 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #22 0x00000000090984db asInt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:41:5
# | #23 0x00000000090984db operator long /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:45:48
# | #24 0x00000000090984db getPointer /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:94:58
# | #25 0x00000000090984db getNextDeclInContext /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:445:62
# | #26 0x00000000090984db operator++ /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2350:26
# | #27 0x00000000090984db clang::CodeGen::CodeGenModule::EmitDeclContext(clang::DeclContext const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7354:16
# | #28 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #29 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #30 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #31 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #32 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #33 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #34 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #35 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #36 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #37 0x0000000006171565 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:225:12
# | #38 0x00000000061705cd clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:268:12
# | #39 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #40 0x00007f98ace3e1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #41 0x00007f98ace3e28b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #42 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x616efa5)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,UNALIGNED,THROWEND /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/eh.cpp
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK,UNALIGNED,THROWEND /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/eh.cpp
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGenCXX/exceptions-cxx-new.cpp</summary>
```
Exit Code: 2
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/22/include -nostdsysteminc /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/exceptions-cxx-new.cpp -triple i686-pc-win32 -fms-extensions -fexceptions -fcxx-exceptions -emit-llvm -o - -std=c++11 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/exceptions-cxx-new.cpp
# 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/22/include -nostdsysteminc /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/exceptions-cxx-new.cpp -triple i686-pc-win32 -fms-extensions -fexceptions -fcxx-exceptions -emit-llvm -o - -std=c++11
# .---command stderr------------
# | clang: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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/22/include -nostdsysteminc /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/exceptions-cxx-new.cpp -triple i686-pc-win32 -fms-extensions -fexceptions -fcxx-exceptions -emit-llvm -o - -std=c++11
# | 1. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/exceptions-cxx-new.cpp:44:1: current parser token 'struct'
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/exceptions-cxx-new.cpp:5:6: LLVM IR generation of declaration 'test_catch'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/exceptions-cxx-new.cpp:5:6: Generating code for declaration 'test_catch'
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008e37d31 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x00007f652a3b2330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x00007f652a40bb2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x00007f652a3b227e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x00007f652a3958ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x00007f652a39581b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x00007f652a3a8517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #16 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #17 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #18 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #19 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #20 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #21 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #22 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #23 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #24 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #25 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #26 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #27 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #28 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #29 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #30 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #31 0x0000000006171565 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:225:12
# | #32 0x00000000061705cd clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:268:12
# | #33 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #34 0x00007f652a3971ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #35 0x00007f652a39728b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #36 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x616efa5)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/exceptions-cxx-new.cpp
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/exceptions-cxx-new.cpp
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGenCXX/runtime-dllstorage.cpp</summary>
```
Exit Code: 2
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/22/include -nostdsysteminc -triple i686-windows-msvc -std=c++11 -fdeclspec -fms-compatibility -fexceptions -fcxx-exceptions -emit-llvm -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/runtime-dllstorage.cpp | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -allow-deprecated-dag-overlap /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/runtime-dllstorage.cpp -check-prefix CHECK-MS -check-prefix CHECK-MS-DYNAMIC
# 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/22/include -nostdsysteminc -triple i686-windows-msvc -std=c++11 -fdeclspec -fms-compatibility -fexceptions -fcxx-exceptions -emit-llvm -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/runtime-dllstorage.cpp
# .---command stderr------------
# | clang: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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/22/include -nostdsysteminc -triple i686-windows-msvc -std=c++11 -fdeclspec -fms-compatibility -fexceptions -fcxx-exceptions -emit-llvm -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/runtime-dllstorage.cpp
# | 1. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/runtime-dllstorage.cpp:90:1: current parser token 'void'
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/runtime-dllstorage.cpp:80:27: LLVM IR generation of declaration 'h'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/runtime-dllstorage.cpp:80:27: Generating code for declaration 'h'
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008e37d31 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x00007e7ca7970330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x00007e7ca79c9b2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x00007e7ca797027e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x00007e7ca79538ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x00007e7ca795381b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x00007e7ca7966517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #16 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #17 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #18 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #19 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #20 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #21 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #22 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #23 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #24 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #25 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #26 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #27 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #28 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #29 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #30 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #31 0x0000000006171565 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:225:12
# | #32 0x00000000061705cd clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:268:12
# | #33 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #34 0x00007e7ca79551ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #35 0x00007e7ca795528b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #36 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x616efa5)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -allow-deprecated-dag-overlap /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/runtime-dllstorage.cpp -check-prefix CHECK-MS -check-prefix CHECK-MS-DYNAMIC
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -allow-deprecated-dag-overlap /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/runtime-dllstorage.cpp -check-prefix CHECK-MS -check-prefix CHECK-MS-DYNAMIC
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGenCXX/stack-reuse-exceptions.cpp</summary>
```
Exit Code: 2
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/22/include -nostdsysteminc -triple x86_64-unknown-linux-gnu /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp -o - -emit-llvm -O1 -fexceptions -fcxx-exceptions -mllvm -simplifycfg-sink-common=false | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp
# 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/22/include -nostdsysteminc -triple x86_64-unknown-linux-gnu /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp -o - -emit-llvm -O1 -fexceptions -fcxx-exceptions -mllvm -simplifycfg-sink-common=false
# .---command stderr------------
# | clang: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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/22/include -nostdsysteminc -triple x86_64-unknown-linux-gnu /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp -o - -emit-llvm -O1 -fexceptions -fcxx-exceptions -mllvm -simplifycfg-sink-common=false
# | 1. <eof> parser at end of file
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp:118:6: LLVM IR generation of declaration 'cleanupInTryHappensBeforeCleanupInCatch'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp:118:6: Generating code for declaration 'cleanupInTryHappensBeforeCleanupInCatch'
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008e37d31 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x00007dc646931330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x00007dc64698ab2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x00007dc64693127e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x00007dc6469148ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x00007dc64691481b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x00007dc646927517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #16 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #17 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #18 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #19 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #20 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #21 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #22 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #23 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #24 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #25 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #26 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #27 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #28 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #29 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #30 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #31 0x0000000006171565 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:225:12
# | #32 0x00000000061705cd clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:268:12
# | #33 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #34 0x00007dc6469161ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #35 0x00007dc64691628b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #36 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x616efa5)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGenCXX/wasm-eh.cpp</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -E -dM /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp -target wasm32-unknown-unknown -fwasm-exceptions | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp -check-prefix PREPROCESSOR
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -E -dM /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp -target wasm32-unknown-unknown -fwasm-exceptions
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp -check-prefix PREPROCESSOR
# note: command had no output on stdout or stderr
# RUN: at line 6
/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/22/include -nostdsysteminc /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -mllvm -wasm-enable-eh -exception-model=wasm -target-feature +exception-handling -emit-llvm -o - -std=c++11 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp
# 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/22/include -nostdsysteminc /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -mllvm -wasm-enable-eh -exception-model=wasm -target-feature +exception-handling -emit-llvm -o - -std=c++11
# .---command stderr------------
# | clang: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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/22/include -nostdsysteminc /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -mllvm -wasm-enable-eh -exception-model=wasm -target-feature +exception-handling -emit-llvm -o - -std=c++11
# | 1. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp:76:1: current parser token 'void'
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp:20:6: LLVM IR generation of declaration 'multiple_catches_wo_catch_all'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp:20:6: Generating code for declaration 'multiple_catches_wo_catch_all'
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008e37d31 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x000078cb1d82c330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x000078cb1d885b2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x000078cb1d82c27e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x000078cb1d80f8ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x000078cb1d80f81b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x000078cb1d822517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #16 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #17 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #18 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #19 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #20 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #21 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #22 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #23 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #24 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #25 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #26 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #27 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #28 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #29 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #30 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #31 0x0000000006171565 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:225:12
# | #32 0x00000000061705cd clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:268:12
# | #33 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #34 0x000078cb1d8111ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #35 0x000078cb1d81128b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #36 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x616efa5)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenCXX/wasm-eh.cpp
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CodeGenObjCXX/catch-id-type.mm</summary>
```
Exit Code: 2
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/22/include -nostdsysteminc -triple i386-apple-macosx10.6.6 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions -fcxx-exceptions -fexceptions -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm
# 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/22/include -nostdsysteminc -triple i386-apple-macosx10.6.6 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions -fcxx-exceptions -fexceptions -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm:3:12: warning: class 'ns_array' defined without specifying a base class [-Wobjc-root-class]
# | 3 | @interface ns_array
# | | ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm:3:20: note: add a super class to fix this problem
# | 3 | @interface ns_array
# | | ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm:26:21: warning: cannot catch an exception thrown with @throw in C++ in the non-unified exception model [-Wobjc-nonunified-exceptions]
# | 26 | catch( INTF<P>* error )
# | | ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm:30:15: warning: cannot catch an exception thrown with @throw in C++ in the non-unified exception model [-Wobjc-nonunified-exceptions]
# | 30 | catch( id error )
# | | ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm:39:18: warning: cannot catch an exception thrown with @throw in C++ in the non-unified exception model [-Wobjc-nonunified-exceptions]
# | 39 | catch (Class cl) {
# | | ^
# | clang: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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/22/include -nostdsysteminc -triple i386-apple-macosx10.6.6 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions -fcxx-exceptions -fexceptions -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm
# | 1. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm:47:1: current parser token 'int'
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm:20:4: LLVM IR generation of declaration 'FUNC'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm:20:4: Generating code for declaration 'FUNC'
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008e37d31 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x00007d3eeff69330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x00007d3eeffc2b2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x00007d3eeff6927e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x00007d3eeff4c8ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x00007d3eeff4c81b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x00007d3eeff5f517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #16 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #17 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #18 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #19 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #20 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #21 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #22 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #23 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #24 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #25 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #26 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #27 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #28 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #29 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #30 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #31 0x0000000006171565 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:225:12
# | #32 0x00000000061705cd clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:268:12
# | #33 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #34 0x00007d3eeff4e1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #35 0x00007d3eeff4e28b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #36 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x616efa5)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGenObjCXX/catch-id-type.mm
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>Clang.CoverageMapping/trycatch.cpp</summary>
```
Exit Code: -6
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/22/include -nostdsysteminc -mllvm -emptyline-comment-coverage=false -triple x86_64-unknown-linux-gnu -std=c++11 -fexceptions -fcxx-exceptions -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name trycatch.cpp /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CoverageMapping/trycatch.cpp | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CoverageMapping/trycatch.cpp
# 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/22/include -nostdsysteminc -mllvm -emptyline-comment-coverage=false -triple x86_64-unknown-linux-gnu -std=c++11 -fexceptions -fcxx-exceptions -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name trycatch.cpp /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CoverageMapping/trycatch.cpp
# .---command stderr------------
# | clang: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | 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/22/include -nostdsysteminc -mllvm -emptyline-comment-coverage=false -triple x86_64-unknown-linux-gnu -std=c++11 -fexceptions -fcxx-exceptions -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name trycatch.cpp /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CoverageMapping/trycatch.cpp
# | 1. <eof> parser at end of file
# | 2. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CoverageMapping/trycatch.cpp:24:5: LLVM IR generation of declaration 'main'
# | 3. /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CoverageMapping/trycatch.cpp:24:5: Generating code for declaration 'main'
# | #0 0x0000000008e36f68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x0000000008e34675 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x0000000008e37d31 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x00007d04f5013330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x00007d04f506cb2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x00007d04f501327e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x00007d04f4ff68ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x00007d04f4ff681b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x00007d04f5009517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000009343e73 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000009343e73 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000009343679 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000009343679 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x00000000091d7e07 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x00000000091e5ff1 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x00000000091c41bd EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #16 0x00000000091c41bd clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #17 0x0000000009090054 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #18 0x000000000908792f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #19 0x000000000908792f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #20 0x000000000908c95e clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #21 0x0000000009086421 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #22 0x00000000095d95ec (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #23 0x00000000095d0b06 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
# | #24 0x000000000b2c975a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #25 0x0000000009af7b56 clang::FrontendAction::Execute() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1316:10
# | #26 0x0000000009a5f73d getPtr /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #27 0x0000000009a5f73d operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #28 0x0000000009a5f73d clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1003:23
# | #29 0x0000000009be924c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #30 0x0000000006175813 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:301:15
# | #31 0x0000000006171565 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:225:12
# | #32 0x00000000061705cd clang_main(int, char**, llvm::ToolContext const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:268:12
# | #33 0x00000000061815b7 main /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #34 0x00007d04f4ff81ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #35 0x00007d04f4ff828b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #36 0x000000000616efa5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x616efa5)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CoverageMapping/trycatch.cpp
# note: command had no output on stdout or stderr
--
```
</details>
<details>
<summary>Clang.Import/cxx-try-catch/test.cpp</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
clang-import-test -dump-ast -import /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Import/cxx-try-catch/Inputs/F.cpp -expression /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Import/cxx-try-catch/test.cpp | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Import/cxx-try-catch/test.cpp
# executed command: clang-import-test -dump-ast -import /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Import/cxx-try-catch/Inputs/F.cpp -expression /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Import/cxx-try-catch/test.cpp
# .---command stderr------------
# | clang-import-test: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
# | #0 0x00000000013da1c8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
# | #1 0x00000000013d79dc llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
# | #2 0x00000000013daf91 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
# | #3 0x0000788decd81330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# | #4 0x0000788decddab2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# | #5 0x0000788decd8127e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# | #6 0x0000788decd648ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# | #7 0x0000788decd6481b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# | #8 0x0000788decd77517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# | #9 0x0000000001efdcb3 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
# | #10 0x0000000001efdcb3 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
# | #11 0x0000000001efd4b9 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
# | #12 0x0000000001efd4b9 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
# | #13 0x0000000001d9c9e7 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
# | #14 0x0000000001daab81 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #15 0x0000000001d8896d EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #16 0x0000000001d8896d clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
# | #17 0x0000000001c650d4 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
# | #18 0x0000000001c5cc7f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #19 0x0000000001c5cc7f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
# | #20 0x0000000001c61cbe clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
# | #21 0x0000000001c5b771 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
# | #22 0x0000000001c43f7c (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
# | #23 0x0000000002342c5c operator++ /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_iterator.h:1111:2
# | #24 0x0000000002342c5c clang::MultiplexConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/MultiplexConsumer.cpp:324:23
# | #25 0x000000000240be1a clang::ParseAST(clang::Sema&, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:174:17
# | #26 0x000000000240baba operator() /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:99:2
# | #27 0x000000000240baba ~unique_ptr /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:404:4
# | #28 0x000000000240baba clang::ParseAST(clang::Preprocessor&, clang::ASTConsumer*, clang::ASTContext&, bool, clang::TranslationUnitKind, clang::CodeCompleteConsumer*, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:112:1
# | #29 0x00000000011fcd55 ParseSource /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-import-test/clang-import-test.cpp:0:3
# | #30 0x00000000011fcd55 (anonymous namespace)::Parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, llvm::MutableArrayRef<(anonymous namespace)::CIAndOrigins>, bool, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-import-test/clang-import-test.cpp:341:24
# | #31 0x00000000011fbbb6 takeError /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:614:15
# | #32 0x00000000011fbbb6 main /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-import-test/clang-import-test.cpp:371:27
# | #33 0x0000788decd661ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #34 0x0000788decd6628b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #35 0x00000000011f9855 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-import-test+0x11f9855)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Import/cxx-try-catch/test.cpp
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Import/cxx-try-catch/test.cpp
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
### Clang-Unit
<details>
<summary>Clang-Unit.Interpreter/ExceptionTests/_/ClangReplInterpreterExceptionTests/0/1</summary>
```
Script(shard):
--
GTEST_OUTPUT=json:/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests-Clang-Unit-957218-0-1.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=1 GTEST_SHARD_INDEX=0 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests
--
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from InterpreterExceptionTest
[ RUN ] InterpreterExceptionTest.CatchException
ClangReplInterpreterExceptionTests: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGCleanup.h:218: void clang::CodeGen::EHCatchScope::setHandler(unsigned int, CatchTypeInfo, llvm::BasicBlock *): Assertion `I < getNumHandlers()' failed.
#0 0x0000000003612b58 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:834:13
#1 0x00000000036101fc llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:105:18
#2 0x0000000003613921 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:426:38
#3 0x00007d2e92acb330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
#4 0x00007d2e92b24b2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
#5 0x00007d2e92acb27e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
#6 0x00007d2e92aae8ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
#7 0x00007d2e92aae81b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
#8 0x00007d2e92ac1517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
#9 0x00000000043f8213 operator[] /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:295:5
#10 0x00000000043f8213 clang::CodeGen::CodeGenFunction::EnterCXXTryStmt(clang::CXXTryStmt const&, bool) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:688:24
#11 0x00000000043f7a19 getTryBlock /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/StmtCXX.h:104:31
#12 0x00000000043f7a19 clang::CodeGen::CodeGenFunction::EmitCXXTryStmt(clang::CXXTryStmt const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGException.cpp:633:14
#13 0x0000000004402957 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:462:5
#14 0x0000000004410b41 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
#15 0x0000000004582c5d EmitFunctionBody /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
#16 0x0000000004582c5d clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1625:5
#17 0x00000000045ad564 clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6475:3
#18 0x00000000045a516f ~TimeTraceScope /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
#19 0x00000000045a516f clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4554:3
#20 0x00000000045aa1ae clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4265:5
#21 0x00000000045a3c61 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7386:5
#22 0x00000000045b56fb asInt /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:41:5
#23 0x00000000045b56fb operator long /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:45:48
#24 0x00000000045b56fb getPointer /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerIntPair.h:94:58
#25 0x00000000045b56fb getNextDeclInContext /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:445:62
#26 0x00000000045b56fb operator++ /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/AST/DeclBase.h:2350:26
#27 0x00000000045b56fb clang::CodeGen::CodeGenModule::EmitDeclContext(clang::DeclContext const*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:7354:16
#28 0x00000000046cd43c (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:196:20
#29 0x000000000422b8d6 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:173:22
#30 0x0000000004067f2c operator++ /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_iterator.h:1111:2
#31 0x0000000004067f2c clang::MultiplexConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/MultiplexConsumer.cpp:324:23
#32 0x00000000037348f9 clang::InProcessPrintingASTConsumer::HandleTopLevelDecl(clang::DeclGroupRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/IncrementalAction.cpp:0:29
#33 0x0000000003ebe5ed clang::IncrementalParser::ParseOrWrapTopLevelDecl() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/IncrementalParser.cpp:77:15
#34 0x0000000003ebf8fb clang::IncrementalParser::Parse(llvm::StringRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/IncrementalParser.cpp:142:7
#35 0x000000000366d403 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#36 0x000000000366d403 clang::Interpreter::Parse(llvm::StringRef) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/Interpreter.cpp:597:8
#37 0x000000000366c6f1 operator bool /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:576:17
#38 0x000000000366c6f1 clang::Interpreter::ParseAndExecute(llvm::StringRef, clang::Value*) /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/Interpreter.cpp:720:8
#39 0x0000000002e245ae (anonymous namespace)::InterpreterExceptionTest_CatchException_Test::TestBody() /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp:0:26
#40 0x0000000003638740 os_stack_trace_getter /home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/src/gtest.cc:6240:7
#41 0x0000000003638740 testing::Test::Run() /home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/src/gtest.cc:2695:9
#42 0x0000000003639d50 os_stack_trace_getter /home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/src/gtest.cc:6240:7
#43 0x0000000003639d50 testing::TestInfo::Run() /home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/src/gtest.cc:2842:11
#44 0x000000000363aa93 testing::TestSuite::Run() /home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/src/gtest.cc:3018:35
#45 0x000000000364d034 testing::internal::UnitTestImpl::RunAllTests() /home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/src/gtest.cc:5922:41
#46 0x000000000364c3f9 testing::UnitTest::Run() /home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/src/gtest.cc:5485:10
#47 0x000000000361705a main /home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/UnitTestMain/TestMain.cpp:55:3
#48 0x00007d2e92ab01ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
#49 0x00007d2e92ab028b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
#50 0x0000000002e239a5 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests+0x2e239a5)
--
exit: -6
--
shard JSON output does not exist: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests-Clang-Unit-957218-0-1.json
```
</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/167176
More information about the llvm-commits
mailing list