[Mlir-commits] [mlir] [mlir] NFC: fix dependence of (Tensor|Linalg|MemRef|Complex) dialects on LLVM Dialect and LLVM Core in CMake build (PR #104832)
Markus Böck
llvmlistbot at llvm.org
Mon Aug 19 12:15:26 PDT 2024
https://github.com/zero9178 approved this pull request.
LGTM assuming that you ran
```
rm .ninja_deps
ninja
ninja -t missingdeps
```
to make sure that no auto-generated headers are depended upon by these headers and it did not show any regressions.
https://github.com/llvm/llvm-project/pull/104832
More information about the Mlir-commits
mailing list