commit | 585474a427d8af5a8570dfad4e5229faceb93e2d | [log] [tgz] |
---|---|---|
author | Jorge Gorbe Moya <jgorbe@google.com> | Fri May 16 14:10:42 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 16 14:16:21 2025 -0700 |
tree | f133d08bfa64cd696d3f5079c9f597c31fde89e6 | |
parent | ae3820074356db1b8efeaf7cda1df0d44fa8d512 [diff] |
[bazel][mlir] Add missing dep and include after 9b63bdd15418e90d0c6889d26e490db89ae744d1 This fixes issues when compiling SliceMatchers.h separately. In particular, the missing include triggered a "member access into incomplete type" error: ``` third_party/llvm/llvm-project/mlir/include/mlir/Query/Matcher/SliceMatchers.h:91:30: error: member access into incomplete type 'Operation' 91 | for (auto operand : subOp->getOperands()) { | ^ third_party/llvm/llvm-project/mlir/include/mlir/Analysis/SliceAnalysis.h:20:7: note: forward declaration of 'mlir::Operation' 20 | class Operation; | ^ ``` GitOrigin-RevId: fec9be9f73c3a777a7649ce35f3e523f303a8f20
See https://mlir.llvm.org/ for more information.