[llvm] [update_mc_test_checks] Fix llvm-mc invocation on Windows by avoiding echo pipe (PR #179381)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 3 08:24:08 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 60055 tests passed
* 1406 tests skipped
All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.
<details>
<summary>[code=4294967295] bin/llvm-rtdyld.exe</summary>
```
FAILED: [code=4294967295] bin/llvm-rtdyld.exe
cmd.exe /C "cd . && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --intdir=tools\llvm-rtdyld\CMakeFiles\llvm-rtdyld.dir --rc="C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\rc.exe" --mt="C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\mt.exe" --manifests -- C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\llvm-rtdyld.rsp /out:bin\llvm-rtdyld.exe /implib:lib\llvm-rtdyld.lib /pdb:bin\llvm-rtdyld.pdb /version:0.0 /MANIFEST:NO /STACK:10000000 /INCREMENTAL:NO /subsystem:console && cd ."
LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\llvm-rtdyld.rsp /out:bin\llvm-rtdyld.exe /implib:lib\llvm-rtdyld.lib /pdb:bin\llvm-rtdyld.pdb /version:0.0 /MANIFEST:NO /STACK:10000000 /INCREMENTAL:NO /subsystem:console" failed (exit code 1) with the following output:
lld-link: error: undefined symbol: LLVMInitializeWebAssemblyTargetInfo
>>> referenced by tools\llvm-rtdyld\CMakeFiles\llvm-rtdyld.dir\llvm-rtdyld.cpp.obj:(void __cdecl llvm::InitializeAllTargetInfos(void))
lld-link: error: undefined symbol: class llvm::Target & __cdecl llvm::getTheWebAssemblyTarget32(void)
>>> referenced by LLVMWebAssemblyDisassembler.lib(WebAssemblyDisassembler.cpp.obj):(LLVMInitializeWebAssemblyDisassembler)
>>> referenced by LLVMWebAssemblyDesc.lib(WebAssemblyMCTargetDesc.cpp.obj):(LLVMInitializeWebAssemblyTargetMC)
lld-link: error: undefined symbol: class llvm::Target & __cdecl llvm::getTheWebAssemblyTarget64(void)
>>> referenced by LLVMWebAssemblyDisassembler.lib(WebAssemblyDisassembler.cpp.obj):(LLVMInitializeWebAssemblyDisassembler)
>>> referenced by LLVMWebAssemblyDesc.lib(WebAssemblyMCTargetDesc.cpp.obj):(LLVMInitializeWebAssemblyTargetMC)
```
</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/179381
More information about the llvm-commits
mailing list