[llvm-branch-commits] [clang] [llvm] clang: Use TargetID parsing from AMDGPUTargetParser (PR #209845)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 17 05:44:48 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 134594 tests passed
* 3116 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/mlir-opt.exe</summary>
```
FAILED: [code=4294967295] bin/mlir-opt.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\mlir\tools\mlir-opt\CMakeFiles\mlir-opt.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\mlir-opt.rsp /out:bin\mlir-opt.exe /implib:lib\mlir-opt.lib /pdb:bin\mlir-opt.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\mlir-opt.rsp /out:bin\mlir-opt.exe /implib:lib\mlir-opt.lib /pdb:bin\mlir-opt.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: public: void __cdecl mlir::StridedMetadataRange::print(class llvm::raw_ostream &) const
>>> referenced by MLIRTestAnalysis.lib(TestStridedMetadataRangeAnalysis.cpp.obj):(private: static void __cdecl llvm::function_ref<void __cdecl(class mlir::Operation *)>::callback_fn<class `public: virtual void __cdecl `anonymous namespace'::TestStridedMetadataRangeAnalysisPass::runOnOperation(void)'::`1'::<lambda_1>>(__int64, class mlir::Operation *))
>>> referenced by MLIRAnalysis.lib(StridedMetadataRangeAnalysis.cpp.obj):(private: static void __cdecl llvm::function_ref<void __cdecl(class mlir::Value, class mlir::StridedMetadataRange const &)>::callback_fn<class `public: virtual struct llvm::LogicalResult __cdecl mlir::dataflow::StridedMetadataRangeAnalysis::visitOperation(class mlir::Operation *, class llvm::ArrayRef<class mlir::dataflow::StridedMetadataRangeLattice const *>, class llvm::ArrayRef<class mlir::dataflow::StridedMetadataRangeLattice *>)'::`1'::<lambda_3>>(__int64, class mlir::Value, class mlir::StridedMetadataRange const &))
>>> referenced by MLIRAnalysis.lib(StridedMetadataRangeAnalysis.cpp.obj):(private: static void __cdecl llvm::function_ref<void __cdecl(class mlir::Value, class mlir::StridedMetadataRange const &)>::callback_fn<class `public: virtual struct llvm::LogicalResult __cdecl mlir::dataflow::StridedMetadataRangeAnalysis::visitOperation(class mlir::Operation *, class llvm::ArrayRef<class mlir::dataflow::StridedMetadataRangeLattice const *>, class llvm::ArrayRef<class mlir::dataflow::StridedMetadataRangeLattice *>)'::`1'::<lambda_3>>(__int64, class mlir::Value, class mlir::StridedMetadataRange const &))
>>> referenced 1 more times
lld-link: error: undefined symbol: public: void __cdecl mlir::InferStridedMetadataOpInterface::inferStridedMetadataRanges(class llvm::ArrayRef<class mlir::StridedMetadataRange>, class llvm::function_ref<class mlir::IntegerValueRange __cdecl(class mlir::Value)>, class llvm::function_ref<void __cdecl(class mlir::Value, class mlir::StridedMetadataRange const &)>, int)
>>> referenced by MLIRAnalysis.lib(StridedMetadataRangeAnalysis.cpp.obj):(public: virtual struct llvm::LogicalResult __cdecl mlir::dataflow::StridedMetadataRangeAnalysis::visitOperation(class mlir::Operation *, class llvm::ArrayRef<class mlir::dataflow::StridedMetadataRangeLattice const *>, class llvm::ArrayRef<class mlir::dataflow::StridedMetadataRangeLattice *>))
```
</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/209845
More information about the llvm-branch-commits
mailing list