PR https://github.com/llvm/llvm-project/pull/144897 added #include "mlir/IR/Visitors.h" to mlir/include/mlir/Support/StateStack.h. This change fixes the build file.
This commit is contained in:
committed by
GitHub
parent
5ff6c8e843
commit
de569ad6b8
@@ -4845,7 +4845,10 @@ cc_library(
|
||||
]),
|
||||
hdrs = glob(["include/mlir/Support/*.h"]),
|
||||
includes = ["include"],
|
||||
deps = ["//llvm:Support"],
|
||||
deps = [
|
||||
"//llvm:Support"
|
||||
"//mlir:IR",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
|
||||
Reference in New Issue
Block a user