[clang] [llvm] [HLSL][DXIL][SPIRV] Added DeviceMemoryBarrier() and AllMemoryBarrier() intrinsics (PR #190633)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 19 03:24:39 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 11015 tests passed
* 508 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-lto2.exe</summary>
```
FAILED: [code=4294967295] bin/llvm-lto2.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-lto2\CMakeFiles\llvm-lto2.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-lto2.rsp /out:bin\llvm-lto2.exe /implib:lib\llvm-lto2.lib /pdb:bin\llvm-lto2.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-lto2.rsp /out:bin\llvm-lto2.exe /implib:lib\llvm-lto2.lib /pdb:bin\llvm-lto2.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: LLVMInitializeLoongArchTargetInfo
>>> referenced by tools\llvm-lto2\CMakeFiles\llvm-lto2.dir\llvm-lto2.cpp.obj:(void __cdecl llvm::InitializeAllTargetInfos(void))
lld-link: error: undefined symbol: class llvm::Target & __cdecl llvm::getTheLoongArch32Target(void)
>>> referenced by LLVMLoongArchAsmParser.lib(LoongArchAsmParser.cpp.obj):(LLVMInitializeLoongArchAsmParser)
>>> referenced by LLVMLoongArchCodeGen.lib(LoongArchAsmPrinter.cpp.obj):(LLVMInitializeLoongArchAsmPrinter)
>>> referenced by LLVMLoongArchCodeGen.lib(LoongArchTargetMachine.cpp.obj):(LLVMInitializeLoongArchTarget)
>>> referenced 1 more times
lld-link: error: undefined symbol: class llvm::Target & __cdecl llvm::getTheLoongArch64Target(void)
>>> referenced by LLVMLoongArchAsmParser.lib(LoongArchAsmParser.cpp.obj):(LLVMInitializeLoongArchAsmParser)
>>> referenced by LLVMLoongArchCodeGen.lib(LoongArchAsmPrinter.cpp.obj):(LLVMInitializeLoongArchAsmPrinter)
>>> referenced by LLVMLoongArchCodeGen.lib(LoongArchTargetMachine.cpp.obj):(LLVMInitializeLoongArchTarget)
>>> referenced 1 more times
```
</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/190633
More information about the cfe-commits
mailing list