github-actions[bot] wrote:

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

* 168266 tests passed
* 2996 tests skipped
* 2 tests failed

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

### LLVM
<details>
<summary>LLVM.Transforms/Coroutines/coro-cleanup-noop-erase.ll</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt < 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/Coroutines/coro-cleanup-noop-erase.ll
 -S -passes='coro-cleanup' | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/Coroutines/coro-cleanup-noop-erase.ll
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -S 
-passes=coro-cleanup
# .---command stderr------------
# | LandingPadInst needs to be in a function with a personality.
# |   %pad = landingpad { ptr, i32 }
# |           catch ptr null
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt: -: 
error: input module is broken!
# `-----------------------------
# error: command failed with exit status: 1
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Transforms/Coroutines/coro-cleanup-noop-erase.ll
# .---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/llvm/test/Transforms/Coroutines/coro-cleanup-noop-erase.ll
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>LLVM.tools/llvm-reduce/reduce-invoke.ll</summary>

```
Exit Code: -6

Command Output (stdout):
--
# RUN: at line 2
llvm-reduce --abort-on-invalid-reduction --delta-passes=invokes --test 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--test-arg --check-prefixes=CHECK,INTERESTING --test-arg 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 --test-arg --input-file 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/reduce-invoke.ll.tmp.0
# executed command: llvm-reduce --abort-on-invalid-reduction 
--delta-passes=invokes --test 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--test-arg --check-prefixes=CHECK,INTERESTING --test-arg 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 --test-arg --input-file 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/reduce-invoke.ll.tmp.0
# .---command stderr------------
# | *** Reducing Invokes (invokes)...
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll:112:17:
 error: INTERESTING: expected string not found in input
# |  ; INTERESTING: invoke i32 @another_maybe_throwing_callee(
# |                 ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-583fde.ll:61:21: note: scanning from here
# |  call void @thrown()
# |                     ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-583fde.ll:69:6: note: possible intended 
match here
# |  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), !some.metadata !1
# |      ^
# | 
# | Input file: /tmp/lit-tmp-n44wmu3w/llvm-reduce-583fde.ll
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |             56:  br label %bb3 
# |             57:  
# |             58: bb1: ; No predecessors! 
# |             59:  %landing = landingpad { ptr, i32 } 
# |             60:  catch ptr null 
# |             61:  call void @thrown() 
# | check:112'0                         X error: no match found
# |             62:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             63:  
# | check:112'0     ~
# |             64: bb3: ; preds = %bb 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~
# |             65:  call void @did_not_throw(i32 %i0) 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             66:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             67:  
# | check:112'0     ~
# |             68: bb4: ; preds = %bb3, %bb1 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             69:  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), 
!some.metadata !1 
# | check:112'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:112'1          ?                                                      
                 possible intended match
# |             70:  br label %bb5 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             71:  
# | check:112'0     ~
# |             72: bb5: ; preds = %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~
# |             73:  ret i32 %i1 
# | check:112'0     ~~~~~~~~~~~~~
# |             74: } 
# | check:112'0     ~~
# |              .
# |              .
# |              .
# | >>>>>>
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll:112:17:
 error: INTERESTING: expected string not found in input
# |  ; INTERESTING: invoke i32 @another_maybe_throwing_callee(
# |                 ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-8f5350.ll:61:21: note: scanning from here
# |  call void @thrown()
# |                     ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-8f5350.ll:69:6: note: possible intended 
match here
# |  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), !some.metadata !1
# |      ^
# | 
# | Input file: /tmp/lit-tmp-n44wmu3w/llvm-reduce-8f5350.ll
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |             56:  br label %bb3 
# |             57:  
# |             58: bb1: ; No predecessors! 
# |             59:  %landing = landingpad { ptr, i32 } 
# |             60:  catch ptr null 
# |             61:  call void @thrown() 
# | check:112'0                         X error: no match found
# |             62:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             63:  
# | check:112'0     ~
# |             64: bb3: ; preds = %bb 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~
# |             65:  call void @did_not_throw(i32 %i0) 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             66:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             67:  
# | check:112'0     ~
# |             68: bb4: ; preds = %bb3, %bb1 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             69:  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), 
!some.metadata !1 
# | check:112'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:112'1          ?                                                      
                 possible intended match
# |             70:  br label %bb5 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             71:  
# | check:112'0     ~
# |             72: bb5: ; preds = %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~
# |             73:  ret i32 %i1 
# | check:112'0     ~~~~~~~~~~~~~
# |             74: } 
# | check:112'0     ~~
# |              .
# |              .
# |              .
# | >>>>>>
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll:112:17:
 error: INTERESTING: expected string not found in input
# |  ; INTERESTING: invoke i32 @another_maybe_throwing_callee(
# |                 ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-32965b.ll:61:21: note: scanning from here
# |  call void @thrown()
# |                     ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-32965b.ll:69:6: note: possible intended 
match here
# |  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), !some.metadata !1
# |      ^
# | 
# | Input file: /tmp/lit-tmp-n44wmu3w/llvm-reduce-32965b.ll
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |             56:  br label %bb3 
# |             57:  
# |             58: bb1: ; No predecessors! 
# |             59:  %landing = landingpad { ptr, i32 } 
# |             60:  catch ptr null 
# |             61:  call void @thrown() 
# | check:112'0                         X error: no match found
# |             62:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             63:  
# | check:112'0     ~
# |             64: bb3: ; preds = %bb 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~
# |             65:  call void @did_not_throw(i32 %i0) 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             66:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             67:  
# | check:112'0     ~
# |             68: bb4: ; preds = %bb3, %bb1 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             69:  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), 
!some.metadata !1 
# | check:112'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:112'1          ?                                                      
                 possible intended match
# |             70:  br label %bb5 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             71:  
# | check:112'0     ~
# |             72: bb5: ; preds = %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~
# |             73:  ret i32 %i1 
# | check:112'0     ~~~~~~~~~~~~~
# |             74: } 
# | check:112'0     ~~
# |              .
# |              .
# |              .
# | >>>>>>
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll:112:17:
 error: INTERESTING: expected string not found in input
# |  ; INTERESTING: invoke i32 @another_maybe_throwing_callee(
# |                 ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-2fcc71.ll:61:21: note: scanning from here
# |  call void @thrown()
# |                     ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-2fcc71.ll:69:6: note: possible intended 
match here
# |  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), !some.metadata !1
# |      ^
# | 
# | Input file: /tmp/lit-tmp-n44wmu3w/llvm-reduce-2fcc71.ll
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |             56:  to label %bb3 unwind label %bb1, !some.metadata !0 
# |             57:  
# |             58: bb1: ; preds = %bb 
# |             59:  %landing = landingpad { ptr, i32 } 
# |             60:  catch ptr null 
# |             61:  call void @thrown() 
# | check:112'0                         X error: no match found
# |             62:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             63:  
# | check:112'0     ~
# |             64: bb3: ; preds = %bb 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~
# |             65:  call void @did_not_throw(i32 %i0) 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             66:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             67:  
# | check:112'0     ~
# |             68: bb4: ; preds = %bb3, %bb1 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             69:  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), 
!some.metadata !1 
# | check:112'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:112'1          ?                                                      
                 possible intended match
# |             70:  br label %bb5 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             71:  
# | check:112'0     ~
# |             72: bb5: ; preds = %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~
# |             73:  ret i32 %i1 
# | check:112'0     ~~~~~~~~~~~~~
# |             74: } 
# | check:112'0     ~~
# |              .
# |              .
# |              .
# | >>>>>>
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll:112:17:
 error: INTERESTING: expected string not found in input
# |  ; INTERESTING: invoke i32 @another_maybe_throwing_callee(
# |                 ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-89670b.ll:61:21: note: scanning from here
# |  call void @thrown()
# |                     ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-89670b.ll:69:6: note: possible intended 
match here
# |  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), !some.metadata !1
# |      ^
# | 
# | Input file: /tmp/lit-tmp-n44wmu3w/llvm-reduce-89670b.ll
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |             56:  br label %bb3 
# |             57:  
# |             58: bb1: ; No predecessors! 
# |             59:  %landing = landingpad { ptr, i32 } 
# |             60:  catch ptr null 
# |             61:  call void @thrown() 
# | check:112'0                         X error: no match found
# |             62:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             63:  
# | check:112'0     ~
# |             64: bb3: ; preds = %bb 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~
# |             65:  call void @did_not_throw(i32 %i0) 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             66:  br label %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             67:  
# | check:112'0     ~
# |             68: bb4: ; preds = %bb3, %bb1 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             69:  %i1 = call i32 @another_maybe_throwing_callee(i32 %arg), 
!some.metadata !1 
# | check:112'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:112'1          ?                                                      
                 possible intended match
# |             70:  br label %bb5 
# | check:112'0     ~~~~~~~~~~~~~~~
# |             71:  
# | check:112'0     ~
# |             72: bb5: ; preds = %bb4 
# | check:112'0     ~~~~~~~~~~~~~~~~~~~~
# |             73:  ret i32 %i1 
# | check:112'0     ~~~~~~~~~~~~~
# |             74: } 
# | check:112'0     ~~
# |              .
# |              .
# |              .
# | >>>>>>
# |  **** SUCCESS | Saved new best reduction to 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/reduce-invoke.ll.tmp.0
# | 
--------------------------------------------------------------------------------
# | Done reducing! Reduced testcase: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/reduce-invoke.ll.tmp.0
# `-----------------------------
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--check-prefixes=CHECK,RESULT,RESULT-SINGLE 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 < 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/reduce-invoke.ll.tmp.0
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--check-prefixes=CHECK,RESULT,RESULT-SINGLE 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
# note: command had no output on stdout or stderr
# RUN: at line 6
llvm-reduce --abort-on-invalid-reduction --test 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--test-arg --check-prefixes=CHECK,INTERESTING --test-arg 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 --test-arg --input-file 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/reduce-invoke.ll.tmp.1
# executed command: llvm-reduce --abort-on-invalid-reduction --test 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--test-arg --check-prefixes=CHECK,INTERESTING --test-arg 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 --test-arg --input-file 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/reduce-invoke.ll.tmp.1
# .---command stderr------------
# | *** Stripping Debug Info (strip-debug-info)...
# | 
--------------------------------------------------------------------------------
# | *** Reducing Functions (functions)...
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll:19:16:
 error: CHECK-LABEL: expected string not found in input
# | ; CHECK-LABEL: define void @invoke_keep_landingpad_block(i32 %arg) 
personality ptr @__gxx_personality_v0 {
# |                ^
# | /tmp/lit-tmp-n44wmu3w/llvm-reduce-5cd027.ll:1:1: note: scanning from here
# | ; ModuleID = 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll'
# | ^
# | 
# | Input file: /tmp/lit-tmp-n44wmu3w/llvm-reduce-5cd027.ll
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |           1: ; ModuleID = 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll'
 
# | label:19     
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 error: no match found
# |           2: source_filename = 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll"
 
# | label:19     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# | llvm-reduce: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Casting.h:560:
 decltype(auto) llvm::cast(const From &) [To = llvm::Function, From = 
llvm::Use]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible 
type!"' failed.
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ 
and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.  Program arguments: llvm-reduce --abort-on-invalid-reduction --test 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--test-arg --check-prefixes=CHECK,INTERESTING --test-arg 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 --test-arg --input-file 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-reduce/reduce-invoke.ll
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/tools/llvm-reduce/Output/reduce-invoke.ll.tmp.1
# | Stack dump without symbol names (ensure you have llvm-symbolizer in your 
PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
# | 0  llvm-reduce 0x00000000074b7bf8
# | 1  llvm-reduce 0x00000000074b5475
# | 2  llvm-reduce 0x00000000074b89b1
# | 3  libc.so.6   0x00007d076e9a4330
# | 4  libc.so.6   0x00007d076e9fdb2c pthread_kill + 284
# | 5  libc.so.6   0x00007d076e9a427e gsignal + 30
# | 6  libc.so.6   0x00007d076e9878ff abort + 223
# | 7  libc.so.6   0x00007d076e98781b
# | 8  libc.so.6   0x00007d076e99a517
# | 9  llvm-reduce 0x0000000006e13610
# | 10 llvm-reduce 0x0000000006ec6c68
# | 11 llvm-reduce 0x0000000006ec7dc4
# | 12 llvm-reduce 0x00000000047b0111
# | 13 llvm-reduce 0x00000000047bee5f
# | 14 llvm-reduce 0x00000000047bcaa9
# | 15 llvm-reduce 0x00000000047add0a
# | 16 llvm-reduce 0x00000000047e8459
# | 17 libc.so.6   0x00007d076e9891ca
# | 18 libc.so.6   0x00007d076e98928b __libc_start_main + 139
# | 19 llvm-reduce 0x00000000047aca25
# `-----------------------------
# error: command failed with exit status: -6

--

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

Reply via email to