File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8865,6 +8865,7 @@ gentbl_cc_library(
8865
8865
td_file = "include/mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.td" ,
8866
8866
deps = [
8867
8867
":AtomicInterfacesTdFiles" ,
8868
+ ":ControlFlowInterfacesTdFiles" ,
8868
8869
],
8869
8870
)
8870
8871
@@ -9201,13 +9202,11 @@ cc_library(
9201
9202
exclude =
9202
9203
[
9203
9204
"include/mlir/Dialect/OpenMP/OpenMPInterfaces.h" ,
9204
- "include/mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.h" ,
9205
9205
],
9206
9206
),
9207
9207
includes = ["include" ],
9208
9208
textual_hdrs = [
9209
9209
"include/mlir/Dialect/OpenMP/OpenMPInterfaces.h" ,
9210
- "include/mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.h" ,
9211
9210
],
9212
9211
deps = [
9213
9212
":AtomicInterfaces" ,
You can’t perform that action at this time.
0 commit comments