[llvm] Arm windows wix (PR #216523)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 18:06:33 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 64522 tests passed
* 2033 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] unittests/Analysis/AnalysisTests.exe</summary>

```
FAILED: [code=4294967295] unittests/Analysis/AnalysisTests.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=unittests\Analysis\CMakeFiles\AnalysisTests.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\AnalysisTests.rsp  /out:unittests\Analysis\AnalysisTests.exe /implib:unittests\Analysis\AnalysisTests.lib /pdb:unittests\Analysis\AnalysisTests.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\AnalysisTests.rsp /out:unittests\Analysis\AnalysisTests.exe /implib:unittests\Analysis\AnalysisTests.lib /pdb:unittests\Analysis\AnalysisTests.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::GlobalVariable * __cdecl llvm::offloading::emitOffloadingEntry(class llvm::Module &, enum llvm::object::OffloadKind, class llvm::Constant *, class llvm::StringRef, unsigned __int64, unsigned int, unsigned __int64, class llvm::Constant *)
>>> referenced by LLVMFrontendOpenMP.lib(OMPIRBuilder.cpp.obj):(public: void __cdecl llvm::OpenMPIRBuilder::createOffloadEntriesAndInfoMetadata(class std::function<void __cdecl(enum llvm::OpenMPIRBuilder::EmitMetadataErrorKind, struct llvm::TargetRegionEntryInfo)> &))
>>> referenced by LLVMFrontendOpenMP.lib(OMPIRBuilder.cpp.obj):(public: void __cdecl llvm::OpenMPIRBuilder::createOffloadEntry(class llvm::Constant *, class llvm::Constant *, unsigned __int64, int, enum llvm::GlobalValue::LinkageTypes, class llvm::StringRef))
```
</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/216523


More information about the llvm-commits mailing list