[llvm] [test][Support] Disable CFI-icall for DynamicLibrary Overload test (PR #202446)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 15:46:23 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 135515 tests passed
* 3386 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### lld
<details>
<summary>lld.wasm/lto/thinlto-thin-archive-collision.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
rm -fr C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\thinlto-thin-archive-collision.ll.tmp && mkdir C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\thinlto-thin-archive-collision.ll.tmp && cd C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\thinlto-thin-archive-collision.ll.tmp
# executed command: rm -fr 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\thinlto-thin-archive-collision.ll.tmp'
# note: command had no output on stdout or stderr
# executed command: mkdir 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\thinlto-thin-archive-collision.ll.tmp'
# note: command had no output on stdout or stderr
# executed command: cd 'C:\_work\llvm-project\llvm-project\build\tools\lld\test\wasm\lto\Output\thinlto-thin-archive-collision.ll.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 4
mkdir thinlto-archives thinlto-archives/a thinlto-archives/b
# executed command: mkdir thinlto-archives thinlto-archives/a thinlto-archives/b
# note: command had no output on stdout or stderr
# RUN: at line 5
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -thinlto-bc -o thinlto-archives/main.o C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\thinlto-thin-archive-collision.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -thinlto-bc -o thinlto-archives/main.o 'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto\thinlto-thin-archive-collision.ll'
# note: command had no output on stdout or stderr
# RUN: at line 6
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -thinlto-bc -o thinlto-archives/a/thin.o C:\_work\llvm-project\llvm-project\lld\test\wasm\lto/Inputs/thin1.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -thinlto-bc -o thinlto-archives/a/thin.o 'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto/Inputs/thin1.ll'
# note: command had no output on stdout or stderr
# RUN: at line 7
c:\_work\llvm-project\llvm-project\build\bin\opt.exe -thinlto-bc -o thinlto-archives/b/thin.o C:\_work\llvm-project\llvm-project\lld\test\wasm\lto/Inputs/thin2.ll
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -thinlto-bc -o thinlto-archives/b/thin.o 'C:\_work\llvm-project\llvm-project\lld\test\wasm\lto/Inputs/thin2.ll'
# note: command had no output on stdout or stderr
# RUN: at line 8
llvm-ar qcT thinlto-archives/thin.a thinlto-archives/a/thin.o thinlto-archives/b/thin.o
# executed command: llvm-ar qcT thinlto-archives/thin.a thinlto-archives/a/thin.o thinlto-archives/b/thin.o
# note: command had no output on stdout or stderr
# RUN: at line 9
c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe thinlto-archives/main.o thinlto-archives/thin.a -o thinlto-archives/main.exe --save-temps
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\wasm-ld.exe' thinlto-archives/main.o thinlto-archives/thin.a -o thinlto-archives/main.exe --save-temps
# .---command stderr------------
# | failed to open thinlto-archives/thin.a(thin.o at 230).0.preopt.bc: invalid argument
# `-----------------------------
# error: command failed with exit status: 1
--
```
</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/202446
More information about the llvm-commits
mailing list