[clang] [lld] [llvm] [WebAssembly] WASIP3 and component model threading support (PR #175800)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 20 12:59:47 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 131092 tests passed
* 2949 tests skipped
* 25 tests failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/WebAssembly/target-features-tls.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll -mcpu=mvp -mattr=-bulk-memory,atomics | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll --check-prefixes NO-BULK-MEM
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -mattr=-bulk-memory,atomics
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll' --check-prefixes NO-BULK-MEM
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llc.exe < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll -mcpu=mvp -mattr=+bulk-memory,atomics | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll --check-prefixes BULK-MEM
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -mattr=+bulk-memory,atomics
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll' --check-prefixes BULK-MEM
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\llc.exe < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll -mcpu=mvp -mattr=+component-model-thread-context,-bulk-memory,atomics | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll --check-prefixes NO-BULK-MEM-CMTC
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -mattr=+component-model-thread-context,-bulk-memory,atomics
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll' --check-prefixes NO-BULK-MEM-CMTC
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll:46:26: error: NO-BULK-MEM-CMTC-NEXT: expected string not found in input
# | ; NO-BULK-MEM-CMTC-NEXT: .int8 2
# | ^
# | <stdin>:9:47: note: scanning from here
# | .section .custom_section.target_features,"",@
# | ^
# | <stdin>:10:2: note: possible intended match here
# | .int8 3
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\target-features-tls.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: .file "<stdin>"
# | 2: .type foo, at object # @foo
# | 3: .section .bss.foo,"",@
# | 4: .p2align 2, 0x0
# | 5: foo:
# | 6: .int32 0 # 0x0
# | 7: .size foo, 4
# | 8:
# | 9: .section .custom_section.target_features,"",@
# | next:46'0 X error: no match found
# | 10: .int8 3
# | next:46'0 ~~~~~~~~~
# | next:46'1 ? possible intended match
# | 11: .int8 43
# | next:46'0 ~~~~~~~~~~
# | 12: .int8 7
# | next:46'0 ~~~~~~~~~
# | 13: .ascii "atomics"
# | next:46'0 ~~~~~~~~~~~~~~~~~~
# | 14: .int8 43
# | next:46'0 ~~~~~~~~~~
# | 15: .int8 30
# | next:46'0 ~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.CodeGen/WebAssembly/tls-general-dynamic.ll</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llc.exe < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\tls-general-dynamic.ll -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -mattr=+bulk-memory,atomics | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\tls-general-dynamic.ll --check-prefixes=CHECK,TLS
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -mattr=+bulk-memory,atomics
# .---command stderr------------
# | Assertion failed: ResNo < NumValues && "Illegal result number!", file C:\_work\llvm-project\llvm-project\llvm\include\llvm/CodeGen/SelectionDAGNodes.h, line 1121
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\llc.exe -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -mattr=+bulk-memory,atomics
# | 1. Running pass 'Function Pass Manager' on module '<stdin>'.
# | 2. Running pass 'WebAssembly Instruction Selection' on function '@tls_base_write'
# | Exception Code: 0xC000001D
# | #0 0x00007ff685c06456 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x2cd6456)
# | #1 0x00007ffc4de4bb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04)
# | #2 0x00007ffc4de4cad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1)
# | #3 0x00007ffc4de4e4a1 (C:\Windows\System32\ucrtbase.dll+0x7e4a1)
# | #4 0x00007ffc4de4e6e1 (C:\Windows\System32\ucrtbase.dll+0x7e6e1)
# | #5 0x00007ff684ad27fe (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x1ba27fe)
# | #6 0x00007ff684c922e2 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x1d622e2)
# | #7 0x00007ff6835df62b (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6af62b)
# | #8 0x00007ff6835de115 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6ae115)
# | #9 0x00007ff6835dbd0e (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6abd0e)
# | #10 0x00007ff6835db2d5 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6ab2d5)
# | #11 0x00007ff6835d725c (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6a725c)
# | #12 0x00007ff684c909a3 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x1d609a3)
# | #13 0x00007ff6835d4344 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6a4344)
# | #14 0x00007ff683974fa3 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0xa44fa3)
# | #15 0x00007ff6833e4a12 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4b4a12)
# | #16 0x00007ff6833edaed (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4bdaed)
# | #17 0x00007ff6833e56f1 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4b56f1)
# | #18 0x00007ff682f37ac7 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x7ac7)
# | #19 0x00007ff682f34d46 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4d46)
# | #20 0x00007ff6876ce5c0 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x479e5c0)
# | #21 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #22 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\tls-general-dynamic.ll' --check-prefixes=CHECK,TLS
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\WebAssembly\tls-general-dynamic.ll --check-prefixes=CHECK,TLS
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/array-fill.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\array-fill.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\array-fill.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\array-fill.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\array-fill.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\array-fill.ll:26:15: error: CHECK-NEXT: is not on the line after the previous match
# | ; CHECK-NEXT: ...
# | ^
# | <stdin>:42:1: note: 'next' match was here
# | ...
# | ^
# | <stdin>:36:12: note: previous match ended here
# | Flags: [ ]
# | ^
# | <stdin>:37:1: note: non-matching line after previous match is here
# | - Type: CUSTOM
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\array-fill.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 37: - Type: CUSTOM
# | 38: Name: target_features
# | 39: Features:
# | 40: - Prefix: DISALLOWED
# | 41: Name: component-model-thread-context
# | 42: ...
# | next:26 !~~ error: match on wrong line
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/assembler-binary.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=asm -asm-verbose=false C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll -o C:\_work\llvm-project\llvm-project\build\test\MC\WebAssembly\Output\assembler-binary.ll.tmp.s
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=asm -asm-verbose=false 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll' -o 'C:\_work\llvm-project\llvm-project\build\test\MC\WebAssembly\Output\assembler-binary.ll.tmp.s'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefix=ASM -input-file C:\_work\llvm-project\llvm-project\build\test\MC\WebAssembly\Output\assembler-binary.ll.tmp.s C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefix=ASM -input-file 'C:\_work\llvm-project\llvm-project\build\test\MC\WebAssembly\Output\assembler-binary.ll.tmp.s' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll'
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe -triple=wasm32-unknown-unknown -filetype=asm C:\_work\llvm-project\llvm-project\build\test\MC\WebAssembly\Output\assembler-binary.ll.tmp.s -o - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe -check-prefix=ASM C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe' -triple=wasm32-unknown-unknown -filetype=asm 'C:\_work\llvm-project\llvm-project\build\test\MC\WebAssembly\Output\assembler-binary.ll.tmp.s' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' -check-prefix=ASM 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll'
# note: command had no output on stdout or stderr
# RUN: at line 4
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll:81:15: error: CHECK-NEXT: is not on the line after the previous match
# | ; CHECK-NEXT: ...
# | ^
# | <stdin>:55:1: note: 'next' match was here
# | ...
# | ^
# | <stdin>:49:13: note: previous match ended here
# | Function: 0
# | ^
# | <stdin>:50:1: note: non-matching line after previous match is here
# | - Type: CUSTOM
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\assembler-binary.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 50: - Type: CUSTOM
# | 51: Name: target_features
# | 52: Features:
# | 53: - Prefix: DISALLOWED
# | 54: Name: component-model-thread-context
# | 55: ...
# | next:81 !~~ error: match on wrong line
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/bss.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\bss.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\bss.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\bss.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\bss.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\bss.ll:81:15: error: CHECK-NEXT: is not on the line after the previous match
# | ; CHECK-NEXT: ...
# | ^
# | <stdin>:90:1: note: 'next' match was here
# | ...
# | ^
# | <stdin>:84:12: note: previous match ended here
# | Flags: [ ]
# | ^
# | <stdin>:85:1: note: non-matching line after previous match is here
# | - Type: CUSTOM
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\bss.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 85: - Type: CUSTOM
# | 86: Name: target_features
# | 87: Features:
# | 88: - Prefix: DISALLOWED
# | 89: Name: component-model-thread-context
# | 90: ...
# | next:81 !~~ error: match on wrong line
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/comdat.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\comdat.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\comdat.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\comdat.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\comdat.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\comdat.ll:122:15: error: CHECK-NEXT: is not on the line after the previous match
# | ; CHECK-NEXT: ...
# | ^
# | <stdin>:100:1: note: 'next' match was here
# | ...
# | ^
# | <stdin>:94:10: note: previous match ended here
# | Index: 0
# | ^
# | <stdin>:95:1: note: non-matching line after previous match is here
# | - Type: CUSTOM
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\comdat.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 95: - Type: CUSTOM
# | 96: Name: target_features
# | 97: Features:
# | 98: - Prefix: DISALLOWED
# | 99: Name: component-model-thread-context
# | 100: ...
# | next:122 !~~ error: match on wrong line
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/debug-info.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -generate-arange-section -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\llvm-readobj.exe -S -r --symbols - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -generate-arange-section -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-readobj.exe' -S -r --symbols -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info.ll:144:14: error: CHECK-NEXT: is not on the line after the previous match
# | ; CHECK-NEXT:]
# | ^
# | <stdin>:150:1: note: 'next' match was here
# | ]
# | ^
# | <stdin>:143:3: note: previous match ended here
# | }
# | ^
# | <stdin>:144:1: note: non-matching line after previous match is here
# | Section {
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 145: Type: CUSTOM (0x0)
# | 146: Size: 33
# | 147: Offset: 1257
# | 148: Name: target_features
# | 149: }
# | 150: ]
# | next:144 ! error: match on wrong line
# | 151: Relocations [
# | 152: Section (7) DATA {
# | 153: 0x6 R_WASM_MEMORY_ADDR_I32 myextern 0
# | 154: 0xF R_WASM_TABLE_INDEX_I32 f2
# | 155: }
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/debug-info64.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -generate-arange-section -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info64.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\llvm-readobj.exe -S -r --symbols - | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info64.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -generate-arange-section -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info64.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-readobj.exe' -S -r --symbols -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info64.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info64.ll:146:15: error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: Size: 11
# | ^
# | <stdin>:145:20: note: scanning from here
# | Type: CUSTOM (0x0)
# | ^
# | <stdin>:146:2: note: possible intended match here
# | Size: 43
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\debug-info64.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 140: Size: 77
# | 141: Offset: 1224
# | 142: Name: producers
# | 143: }
# | 144: Section {
# | 145: Type: CUSTOM (0x0)
# | next:146'0 X error: no match found
# | 146: Size: 43
# | next:146'0 ~~~~~~~~~~
# | next:146'1 ? possible intended match
# | 147: Offset: 1317
# | next:146'0 ~~~~~~~~~~~~~~
# | 148: Name: target_features
# | next:146'0 ~~~~~~~~~~~~~~~~~~~~~~~
# | 149: }
# | next:146'0 ~~~
# | 150: ]
# | next:146'0 ~~
# | 151: Relocations [
# | next:146'0 ~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/explicit-sections.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\explicit-sections.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\explicit-sections.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\explicit-sections.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\explicit-sections.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\explicit-sections.ll:73:15: error: CHECK-NEXT: is not on the line after the previous match
# | ; CHECK-NEXT: ...
# | ^
# | <stdin>:81:1: note: 'next' match was here
# | ...
# | ^
# | <stdin>:75:12: note: previous match ended here
# | Flags: [ ]
# | ^
# | <stdin>:76:1: note: non-matching line after previous match is here
# | - Type: CUSTOM
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\explicit-sections.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 76: - Type: CUSTOM
# | 77: Name: target_features
# | 78: Features:
# | 79: - Prefix: DISALLOWED
# | 80: Name: component-model-thread-context
# | 81: ...
# | next:73 !~~ error: match on wrong line
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/export-name-invalid.s</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
not c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe -triple=wasm32 C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s
# executed command: not 'c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe' -triple=wasm32 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s:9:10: error: CHECK: expected string not found in input
# | # CHECK: [[#@LINE+1]]:18: error: Expected identifier, got:
# | ^
# | <stdin>:4:120: note: scanning from here
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s:7:17: error: Expected ,, instead got:
# | ^
# | <stdin>:4:120: note: with "@LINE+1" equal to "10"
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s:7:17: error: Expected ,, instead got:
# | ^
# | <stdin>:12:85: note: possible intended match here
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s:13:22: error: Expected EOL, instead got: ,
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s:4:14: error: Expected identifier, got: 42
# | 2: .export_name 42
# | 3: ^
# | 4: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s:7:17: error: Expected ,, instead got:
# | check:9'0 X~ error: no match found
# | check:9'1 with "@LINE+1" equal to "10"
# | 5:
# | check:9'0 ~
# | 6: .export_name foo
# | check:9'0 ~~~~~~~~~~~~~~~~~
# | 7: ^
# | check:9'0 ~~~
# | 8: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s:10:18: error: Expected string or identifier, got:
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 9:
# | check:9'0 ~
# | 10: .export_name foo,
# | check:9'0 ~~~~~~~~~~~~~~~~~~
# | 11: ^
# | check:9'0 ~~~
# | 12: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\export-name-invalid.s:13:22: error: Expected EOL, instead got: ,
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:9'2 ? possible intended match
# | 13: .export_name foo, bar,
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~
# | 14: ^
# | check:9'0 ~~~
# | 15:
# | check:9'0 ~
# | 16:
# | check:9'0 ~
# | 17:
# | check:9'0 ~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/global-ctor-dtor.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\global-ctor-dtor.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\global-ctor-dtor.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\global-ctor-dtor.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\global-ctor-dtor.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\global-ctor-dtor.ll:187:15: error: CHECK-NEXT: is not on the line after the previous match
# | ; CHECK-NEXT: ...
# | ^
# | <stdin>:191:1: note: 'next' match was here
# | ...
# | ^
# | <stdin>:185:11: note: previous match ended here
# | Symbol: 7
# | ^
# | <stdin>:186:1: note: non-matching line after previous match is here
# | - Type: CUSTOM
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\global-ctor-dtor.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 186: - Type: CUSTOM
# | 187: Name: target_features
# | 188: Features:
# | 189: - Prefix: DISALLOWED
# | 190: Name: component-model-thread-context
# | 191: ...
# | next:187 !~~ error: match on wrong line
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/import-module-invalid.s</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
not c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe -triple=wasm32 C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s
# executed command: not 'c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe' -triple=wasm32 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s:9:10: error: CHECK: expected string not found in input
# | # CHECK: [[#@LINE+1]]:20: error: Expected identifier, got:
# | ^
# | <stdin>:4:122: note: scanning from here
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s:7:19: error: Expected ,, instead got:
# | ^
# | <stdin>:4:122: note: with "@LINE+1" equal to "10"
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s:7:19: error: Expected ,, instead got:
# | ^
# | <stdin>:12:87: note: possible intended match here
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s:13:24: error: Expected EOL, instead got: ,
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s:4:16: error: Expected identifier, got: 42
# | 2: .import_module 42
# | 3: ^
# | 4: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s:7:19: error: Expected ,, instead got:
# | check:9'0 X~ error: no match found
# | check:9'1 with "@LINE+1" equal to "10"
# | 5:
# | check:9'0 ~
# | 6: .import_module foo
# | check:9'0 ~~~~~~~~~~~~~~~~~~~
# | 7: ^
# | check:9'0 ~~~
# | 8: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s:10:20: error: Expected string or identifier, got:
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 9:
# | check:9'0 ~
# | 10: .import_module foo,
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~
# | 11: ^
# | check:9'0 ~~~
# | 12: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-module-invalid.s:13:24: error: Expected EOL, instead got: ,
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:9'2 ? possible intended match
# | 13: .import_module foo, bar,
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
# | 14: ^
# | check:9'0 ~~~
# | 15:
# | check:9'0 ~
# | 16:
# | check:9'0 ~
# | 17:
# | check:9'0 ~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/import-name-invalid.s</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
not c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe -triple=wasm32 C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s
# executed command: not 'c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe' -triple=wasm32 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s:9:10: error: CHECK: expected string not found in input
# | # CHECK: [[#@LINE+1]]:18: error: Expected identifier, got:
# | ^
# | <stdin>:4:120: note: scanning from here
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s:7:17: error: Expected ,, instead got:
# | ^
# | <stdin>:4:120: note: with "@LINE+1" equal to "10"
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s:7:17: error: Expected ,, instead got:
# | ^
# | <stdin>:12:85: note: possible intended match here
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s:13:22: error: Expected EOL, instead got: ,
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s:4:14: error: Expected identifier, got: 42
# | 2: .import_name 42
# | 3: ^
# | 4: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s:7:17: error: Expected ,, instead got:
# | check:9'0 X~ error: no match found
# | check:9'1 with "@LINE+1" equal to "10"
# | 5:
# | check:9'0 ~
# | 6: .import_name foo
# | check:9'0 ~~~~~~~~~~~~~~~~~
# | 7: ^
# | check:9'0 ~~~
# | 8: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s:10:18: error: Expected string or identifier, got:
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 9:
# | check:9'0 ~
# | 10: .import_name foo,
# | check:9'0 ~~~~~~~~~~~~~~~~~~
# | 11: ^
# | check:9'0 ~~~
# | 12: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\import-name-invalid.s:13:22: error: Expected EOL, instead got: ,
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:9'2 ? possible intended match
# | 13: .import_name foo, bar,
# | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~
# | 14: ^
# | check:9'0 ~~~
# | 15:
# | check:9'0 ~
# | 16:
# | check:9'0 ~
# | 17:
# | check:9'0 ~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/unnamed-data.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\unnamed-data.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\unnamed-data.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\unnamed-data.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\unnamed-data.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\unnamed-data.ll:90:15: error: CHECK-NEXT: is not on the line after the previous match
# | ; CHECK-NEXT: ...
# | ^
# | <stdin>:97:1: note: 'next' match was here
# | ...
# | ^
# | <stdin>:91:12: note: previous match ended here
# | Flags: [ ]
# | ^
# | <stdin>:92:1: note: non-matching line after previous match is here
# | - Type: CUSTOM
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\unnamed-data.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 92: - Type: CUSTOM
# | 93: Name: target_features
# | 94: Features:
# | 95: - Prefix: DISALLOWED
# | 96: Name: component-model-thread-context
# | 97: ...
# | next:90 !~~ error: match on wrong line
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>LLVM.MC/WebAssembly/visibility.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\visibility.ll -o - | c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\visibility.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\visibility.ll' -o -
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\obj2yaml.exe'
# note: command had no output on stdout or stderr
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\visibility.ll'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\visibility.ll:28:15: error: CHECK-NEXT: is not on the line after the previous match
# | ; CHECK-NEXT: ...
# | ^
# | <stdin>:46:1: note: 'next' match was here
# | ...
# | ^
# | <stdin>:40:13: note: previous match ended here
# | Function: 1
# | ^
# | <stdin>:41:1: note: non-matching line after previous match is here
# | - Type: CUSTOM
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\llvm\test\MC\WebAssembly\visibility.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 41: - Type: CUSTOM
# | 42: Name: target_features
# | 43: Features:
# | 44: - Prefix: DISALLOWED
# | 45: Name: component-model-thread-context
# | 46: ...
# | next:28 !~~ error: match on wrong line
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
### lld
<details>
<summary>lld.wasm/debug-removed-fn.ll</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -filetype=obj < C:\_work\llvm-project\llvm-project\lld\test\wasm\debug-removed-fn.ll -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debug-removed-fn.ll.tmp.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -filetype=obj -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debug-removed-fn.ll.tmp.o'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debug-removed-fn.ll.tmp.o --no-entry --export=foo -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debug-removed-fn.ll.tmp.wasm
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debug-removed-fn.ll.tmp.o' --no-entry --export=foo -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debug-removed-fn.ll.tmp.wasm'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\debug-removed-fn.ll.tmp.o --no-entry --export=foo -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\debug-removed-fn.ll.tmp.wasm
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</details>
<details>
<summary>lld.wasm/debuginfo.test</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -filetype=obj C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/debuginfo1.ll -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.debuginfo1.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -filetype=obj 'C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/debuginfo1.ll' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.debuginfo1.o'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -filetype=obj C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/debuginfo2.ll -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.debuginfo2.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -filetype=obj 'C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/debuginfo2.ll' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.debuginfo2.o'
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.wasm C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.debuginfo1.o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.debuginfo2.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.wasm' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.debuginfo1.o' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\debuginfo.test.tmp.debuginfo2.o'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\debuginfo.test.tmp.wasm C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\debuginfo.test.tmp.debuginfo1.o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\debuginfo.test.tmp.debuginfo2.o
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</details>
<details>
<summary>lld.wasm/export-all.s</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe -filetype=obj -triple=wasm32-unknown-unknown -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\export-all.s.tmp.o C:\_work\llvm-project\llvm-project\lld\test\wasm\export-all.s
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe' -filetype=obj -triple=wasm32-unknown-unknown -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\export-all.s.tmp.o' 'C:\_work\llvm-project\llvm-project\lld\test\wasm\export-all.s'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe --export-all -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\export-all.s.tmp.wasm C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\export-all.s.tmp.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' --export-all -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\export-all.s.tmp.wasm' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\export-all.s.tmp.o'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe --export-all -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\export-all.s.tmp.wasm C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\export-all.s.tmp.o
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</details>
<details>
<summary>lld.wasm/init-fini.ll</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.o C:\_work\llvm-project\llvm-project\lld\test\wasm\init-fini.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.o' 'C:\_work\llvm-project\llvm-project\lld\test\wasm\init-fini.ll'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/global-ctor-dtor.ll -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.global-ctor-dtor.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/global-ctor-dtor.ll' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.global-ctor-dtor.o'
# note: command had no output on stdout or stderr
# RUN: at line 51
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe --allow-undefined C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.global-ctor-dtor.o -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.wasm
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' --allow-undefined 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.o' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.global-ctor-dtor.o' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\init-fini.ll.tmp.wasm'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe --allow-undefined C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\init-fini.ll.tmp.o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\init-fini.ll.tmp.global-ctor-dtor.o -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\init-fini.ll.tmp.wasm
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</details>
<details>
<summary>lld.wasm/lto/libcall-archive.ll</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 1
rm -f C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.a
# executed command: rm -f 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.a'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.o C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\libcall-archive.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.o' 'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\libcall-archive.ll'
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp2.o C:\_work\llvm-project\llvm-project\lld\test\wasm\lto/Inputs/libcall-archive.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-as.exe' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp2.o' 'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto/Inputs/libcall-archive.ll'
# note: command had no output on stdout or stderr
# RUN: at line 4
llvm-ar rcs C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.a C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp2.o
# executed command: llvm-ar rcs 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.a' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp2.o'
# note: command had no output on stdout or stderr
# RUN: at line 5
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.a
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.o' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\libcall-archive.ll.tmp.a'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\lto\\Output\\libcall-archive.ll.tmp C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\lto\\Output\\libcall-archive.ll.tmp.o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\lto\\Output\\libcall-archive.ll.tmp.a
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</details>
<details>
<summary>lld.wasm/runtime-relocations-himem.s</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 5
c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe -filetype=obj -triple=wasm32-unknown-unknown -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\runtime-relocations-himem.s.tmp.o C:\_work\llvm-project\llvm-project\lld\test\wasm\runtime-relocations-himem.s
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe' -filetype=obj -triple=wasm32-unknown-unknown -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\runtime-relocations-himem.s.tmp.o' 'C:\_work\llvm-project\llvm-project\lld\test\wasm\runtime-relocations-himem.s'
# note: command had no output on stdout or stderr
# RUN: at line 6
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe --global-base=2147483648 --experimental-pic --unresolved-symbols=import-dynamic -no-gc-sections --shared-memory --no-entry -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\runtime-relocations-himem.s.tmp.wasm C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\runtime-relocations-himem.s.tmp.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' --global-base=2147483648 --experimental-pic --unresolved-symbols=import-dynamic -no-gc-sections --shared-memory --no-entry -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\runtime-relocations-himem.s.tmp.wasm' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\runtime-relocations-himem.s.tmp.o'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe --global-base=2147483648 --experimental-pic --unresolved-symbols=import-dynamic -no-gc-sections --shared-memory --no-entry -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\runtime-relocations-himem.s.tmp.wasm C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\runtime-relocations-himem.s.tmp.o
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</details>
<details>
<summary>lld.wasm/tls-align.s</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe -filetype=obj -triple=wasm32-unknown-unknown -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls-align.s.tmp.o C:\_work\llvm-project\llvm-project\lld\test\wasm\tls-align.s
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe' -filetype=obj -triple=wasm32-unknown-unknown -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls-align.s.tmp.o' 'C:\_work\llvm-project\llvm-project\lld\test\wasm\tls-align.s'
# note: command had no output on stdout or stderr
# RUN: at line 58
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls-align.s.tmp.wasm C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls-align.s.tmp.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls-align.s.tmp.wasm' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls-align.s.tmp.o'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\tls-align.s.tmp.wasm C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\tls-align.s.tmp.o
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</details>
<details>
<summary>lld.wasm/tls.s</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe -filetype=obj -triple=wasm32-unknown-unknown -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls.s.tmp.o C:\_work\llvm-project\llvm-project\lld\test\wasm\tls.s
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llvm-mc.exe' -filetype=obj -triple=wasm32-unknown-unknown -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls.s.tmp.o' 'C:\_work\llvm-project\llvm-project\lld\test\wasm\tls.s'
# note: command had no output on stdout or stderr
# RUN: at line 86
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls.s.tmp.wasm C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls.s.tmp.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls.s.tmp.wasm' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\tls.s.tmp.o'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\tls.s.tmp.wasm C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\tls.s.tmp.o
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</details>
<details>
<summary>lld.wasm/weak-alias-overide.ll</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp.o C:\_work\llvm-project\llvm-project\lld\test\wasm\weak-alias-overide.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp.o' 'C:\_work\llvm-project\llvm-project\lld\test\wasm\weak-alias-overide.ll'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/weak-alias.ll -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp2.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/weak-alias.ll' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp2.o'
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe --export-dynamic C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp.o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp2.o -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp.wasm
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' --export-dynamic 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp.o' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp2.o' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias-overide.ll.tmp.wasm'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe --export-dynamic C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\weak-alias-overide.ll.tmp.o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\weak-alias-overide.ll.tmp2.o -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\weak-alias-overide.ll.tmp.wasm
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</details>
<details>
<summary>lld.wasm/weak-alias.ll</summary>
```
Exit Code: 3221225501
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp.o C:\_work\llvm-project\llvm-project\lld\test\wasm\weak-alias.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp.o' 'C:\_work\llvm-project\llvm-project\lld\test\wasm\weak-alias.ll'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mcpu=mvp -filetype=obj C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/weak-alias.ll -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp2.o
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mcpu=mvp -filetype=obj 'C:\_work\llvm-project\llvm-project\lld\test\wasm/Inputs/weak-alias.ll' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp2.o'
# note: command had no output on stdout or stderr
# RUN: at line 3
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe --export-dynamic C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp.o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp2.o -o C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp.wasm
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' --export-dynamic 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp.o' 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp2.o' -o 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\Output\weak-alias.ll.tmp.wasm'
# .---command stderr------------
# | Assertion failed: !find(name), file C:\_work\llvm-project\llvm-project\lld\wasm\SymbolTable.cpp, line 262
# | 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: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\wasm-ld.exe --export-dynamic C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\weak-alias.ll.tmp.o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\weak-alias.ll.tmp2.o -o C:\\_work\\llvm-project\\llvm-project\\build\\tools\\lld\\test\\wasm\\Output\\weak-alias.ll.tmp.wasm
# | Exception Code: 0xC000001D
# | #0 0x00007ffc4bfcf46c (C:\Windows\System32\KERNELBASE.dll+0x3f46c)
# | #1 0x00007ff6fb4834a1 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x34a1)
# | #2 0x00007ff6fb4a6efe (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x26efe)
# | #3 0x00007ff6fb4815b6 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x15b6)
# | #4 0x00007ff6fb481b9c (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x1b9c)
# | #5 0x00007ff700485b50 (c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe+0x5005b50)
# | #6 0x00007ffc52304cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #7 0x00007ffc5e47edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc000001d
--
```
</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/175800
More information about the cfe-commits
mailing list