[llvm] [libsycl] Add tool dependencies in runtimes mode (PR #205384)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 09:06:18 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 62397 tests passed
* 1876 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-mca.exe</summary>
```
FAILED: [code=4294967295] bin/llvm-mca.exe
C:\Windows\system32\cmd.exe /C "cd . && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --msvc-ver=1944 --intdir=tools\llvm-mca\CMakeFiles\llvm-mca.dir --rc="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\rc.exe" --mt="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\mt.exe" --manifests -- C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\llvm-mca.rsp /out:bin\llvm-mca.exe /implib:lib\llvm-mca.lib /pdb:bin\llvm-mca.pdb /version:0.0 /MANIFEST:NO /Brepro /INCREMENTAL:NO /subsystem:console /STACK:10000000 && cd ."
LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\llvm-mca.rsp /out:bin\llvm-mca.exe /implib:lib\llvm-mca.lib /pdb:bin\llvm-mca.pdb /version:0.0 /MANIFEST:NO /Brepro /INCREMENTAL:NO /subsystem:console /STACK:10000000" failed (exit code 1) with the following output:
lld-link: error: undefined symbol: class llvm::MCRelocationInfo * __cdecl llvm::createMCRelocationInfo(class llvm::Triple const &, class llvm::MCContext &)
>>> referenced by LLVMARMDesc.lib(ARMMCTargetDesc.cpp.obj):(class llvm::MCRelocationInfo * __cdecl createARMMCRelocationInfo(class llvm::Triple const &, class llvm::MCContext &))
>>> referenced by LLVMLanaiDesc.lib(LanaiMCTargetDesc.cpp.obj):(class llvm::MCRelocationInfo * __cdecl createLanaiElfRelocation(class llvm::Triple const &, class llvm::MCContext &))
>>> referenced by LLVMX86Desc.lib(X86MCTargetDesc.cpp.obj):(class llvm::MCRelocationInfo * __cdecl createX86MCRelocationInfo(class llvm::Triple const &, class llvm::MCContext &))
lld-link: error: undefined symbol: public: __cdecl llvm::MCRelocationInfo::MCRelocationInfo(class llvm::MCContext &)
>>> referenced by LLVMARMDesc.lib(ARMMachORelocationInfo.cpp.obj):(class llvm::MCRelocationInfo * __cdecl llvm::createARMMachORelocationInfo(class llvm::MCContext &))
lld-link: error: undefined symbol: public: virtual class llvm::MCExpr const * __cdecl llvm::MCRelocationInfo::createExprForCAPIVariantKind(class llvm::MCExpr const *, unsigned int)
>>> referenced by LLVMARMDesc.lib(ARMMachORelocationInfo.cpp.obj):(public: virtual class llvm::MCExpr const * __cdecl `anonymous namespace'::ARMMachORelocationInfo::createExprForCAPIVariantKind(class MCExpr::0x19306A67 const *, unsigned int))
lld-link: error: undefined symbol: public: virtual __cdecl llvm::MCRelocationInfo::~MCRelocationInfo(void)
>>> referenced by LLVMARMDesc.lib(ARMMachORelocationInfo.cpp.obj):(public: virtual void * __cdecl `anonymous namespace'::ARMMachORelocationInfo::`scalar deleting dtor'(unsigned int))
```
</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/205384
More information about the llvm-commits
mailing list