| Issue |
183170
|
| Summary |
Unrelated failure on windows x64 PR build
|
| Labels |
infrastructure
|
| Assignees |
|
| Reporter |
dmpots
|
In my PR #183139 I got an unrelated build failure on the windows x64 flavor (linking sancov.exe) of the PR build.
Bot Comment: https://github.com/llvm/llvm-project/pull/183139#issuecomment-3954498659
```
FAILED: [code=4294967295] bin/sancov.exe
cmd.exe /C "cd . && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --intdir=tools\sancov\CMakeFiles\sancov.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\sancov.rsp /out:bin\sancov.exe /implib:lib\sancov.lib /pdb:bin\sancov.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\sancov.rsp /out:bin\sancov.exe /implib:lib\sancov.lib /pdb:bin\sancov.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: LLVMInitializeMipsTargetMC
>>> referenced by tools\sancov\CMakeFiles\sancov.dir\sancov.cpp.obj:(void __cdecl llvm::InitializeAllTargetMCs(void))
```
The bot told me to file an issue for unrelated failures.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs