[llvm] AMDGPU: Remove an unnecessary lookup of the AMDGPUSubtarget (PR #177646)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 23 11:23:42 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 77747 tests passed
* 1933 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/lld.exe</summary>
```
FAILED: [code=4294967295] bin/lld.exe
cmd.exe /C "cd . && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --intdir=tools\lld\tools\lld\CMakeFiles\lld.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\lld.rsp /out:bin\lld.exe /implib:lib\lld.lib /pdb:bin\lld.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\lld\tools\lld && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy C:/_work/llvm-project/llvm-project/build/bin/lld.exe C:/_work/llvm-project/llvm-project/build/./bin/lld-link.exe && cd /D C:\_work\llvm-project\llvm-project\build\tools\lld\tools\lld && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy C:/_work/llvm-project/llvm-project/build/bin/lld.exe C:/_work/llvm-project/llvm-project/build/./bin/ld.lld.exe && cd /D C:\_work\llvm-project\llvm-project\build\tools\lld\tools\lld && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy C:/_work/llvm-project/llvm-project/build/bin/lld.exe C:/_work/llvm-project/llvm-project/build/./bin/ld64.lld.exe && cd /D C:\_work\llvm-project\llvm-project\build\tools\lld\tools\lld && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E copy C:/_work/llvm-project/llvm-project/build/bin/lld.exe C:/_work/llvm-project/llvm-project/build/./bin/wasm-ld.exe""
LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\lld.rsp /out:bin\lld.exe /implib:lib\lld.lib /pdb:bin\lld.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: LLVMInitializeMSP430Target
>>> referenced by lldCOFF.lib(Driver.cpp.obj):(void __cdecl llvm::InitializeAllTargets(void))
>>> referenced by lldELF.lib(Driver.cpp.obj)
>>> referenced by lldMachO.lib(Driver.cpp.obj)
lld-link: error: undefined symbol: LLVMInitializeMSP430AsmPrinter
>>> referenced by lldCOFF.lib(Driver.cpp.obj):(void __cdecl llvm::InitializeAllAsmPrinters(void))
>>> referenced by lldELF.lib(Driver.cpp.obj)
>>> referenced by lldMachO.lib(Driver.cpp.obj)
```
</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/177646
More information about the llvm-commits
mailing list