[Mlir-commits] [mlir] [MLIR] enable Standalone example test for Windows (PR #158183)
Maksim Levental
llvmlistbot at llvm.org
Fri Sep 12 11:12:24 PDT 2025
makslevental wrote:
```
2025-09-12T17:47:03.2044126Z # | -- StandalonePlugin ignored -- Loadable modules not supported on this platform.
```
You can trace it back to
https://github.com/llvm/llvm-project/blob/54c304cd4da29d974a64b094a50aa9e5d3135104/llvm/CMakeLists.txt#L1050-L1059
So maybe it can be made to work by adding one of those prereqs but I'd rather not mess with it here.
https://github.com/llvm/llvm-project/pull/158183
More information about the Mlir-commits
mailing list