File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -10071,20 +10071,13 @@ gentbl_cc_library(
10071
10071
10072
10072
cc_library (
10073
10073
name = "OpenACCDialect" ,
10074
- srcs = glob (
10075
- [
10076
- "lib/Dialect/OpenACC/IR/*.cpp" ,
10077
- ],
10078
- ),
10074
+ srcs = glob (["lib/Dialect/OpenACC/IR/*.cpp" ]),
10079
10075
hdrs = glob (
10080
- [
10081
- "include/mlir/Dialect/OpenACC/*.h" ,
10082
- ],
10083
- exclude =
10084
- [
10085
- "include/mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.h" ,
10086
- ],
10087
- ),
10076
+ include = ["include/mlir/Dialect/OpenACC/*.h" ],
10077
+ exclude = ["include/mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.h" ],
10078
+ ) + [
10079
+ "include/mlir/Dialect/OpenACCMPCommon/Interfaces/OpenACCMPOpsInterfaces.h" ,
10080
+ ],
10088
10081
includes = ["include" ],
10089
10082
textual_hdrs = [
10090
10083
"include/mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.h" ,
You can’t perform that action at this time.
0 commit comments