aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJorge Gorbe Moya <jgorbe@google.com>2025-05-16 14:10:42 -0700
committerJorge Gorbe Moya <jgorbe@google.com>2025-05-16 14:14:01 -0700
commitfec9be9f73c3a777a7649ce35f3e523f303a8f20 (patch)
tree306085c258362d3e5f7168ba22843b2eed1289dd /clang/lib/Frontend/CompilerInvocation.cpp
parentff78d233c0c40f94ef922a4ea1b88e02bd126040 (diff)
downloadllvm-fec9be9f73c3a777a7649ce35f3e523f303a8f20.zip
llvm-fec9be9f73c3a777a7649ce35f3e523f303a8f20.tar.gz
llvm-fec9be9f73c3a777a7649ce35f3e523f303a8f20.tar.bz2
[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; | ^ ```
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions