github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 3015 tests passed * 29 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/clang.exe</summary> ``` FAILED: [code=4294967295] bin/clang.exe cmd.exe /C "cd . && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --intdir=tools\clang\tools\driver\CMakeFiles\clang.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\clang.rsp /out:bin\clang.exe /implib:lib\clang.lib /pdb:bin\clang.pdb /version:0.0 /MANIFEST:NO /STACK:10000000 /INCREMENTAL:NO /subsystem:console && cmd.exe /C "cd /D C:\_work\llvm-project\llvm-project\build\tools\clang\tools\driver && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy C:/_work/llvm-project/llvm-project/build/bin/clang.exe C:/_work/llvm-project/llvm-project/build/./bin/clang++.exe && cd /D C:\_work\llvm-project\llvm-project\build\tools\clang\tools\driver && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy C:/_work/llvm-project/llvm-project/build/bin/clang.exe C:/_work/llvm-project/llvm-project/build/./bin/clang-cl.exe && cd /D C:\_work\llvm-project\llvm-project\build\tools\clang\tools\driver && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy C:/_work/llvm-project/llvm-project/build/bin/clang.exe C:/_work/llvm-project/llvm-project/build/./bin/clang-cpp.exe"" LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\clang.rsp /out:bin\clang.exe /implib:lib\clang.lib /pdb:bin\clang.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: LLVMInitializeARMTarget >>> referenced by >>> tools\clang\tools\driver\CMakeFiles\clang.dir\driver.cpp.obj:(void __cdecl >>> llvm::InitializeAllTargets(void)) >>> referenced by tools\clang\tools\driver\CMakeFiles\clang.dir\cc1_main.cpp.obj lld-link: error: undefined symbol: LLVMInitializeARMAsmPrinter >>> referenced by >>> tools\clang\tools\driver\CMakeFiles\clang.dir\cc1_main.cpp.obj:(void >>> __cdecl llvm::InitializeAllAsmPrinters(void)) ``` </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/169445 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
