File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -10161,6 +10161,22 @@ gentbl_cc_library(
1016110161 deps = [":PassBaseTdFiles" ],
1016210162)
1016310163
10164+ cc_library (
10165+ name = "OpenACCAnalysis" ,
10166+ srcs = glob (
10167+ [
10168+ "lib/Dialect/OpenACC/Analysis/*.cpp" ,
10169+ ],
10170+ ),
10171+ hdrs = glob (["include/mlir/Dialect/OpenACC/Analysis/*.h" ]),
10172+ includes = ["include" ],
10173+ deps = [
10174+ ":IR" ,
10175+ ":OpenACCDialect" ,
10176+ ":Pass" ,
10177+ ],
10178+ )
10179+
1016410180cc_library (
1016510181 name = "OpenACCTransforms" ,
1016610182 srcs = glob (
Original file line number Diff line number Diff line change @@ -963,6 +963,7 @@ cc_library(
963963 "//mlir:FuncDialect" ,
964964 "//mlir:IR" ,
965965 "//mlir:MemRefDialect" ,
966+ "//mlir:OpenACCAnalysis" ,
966967 "//mlir:OpenACCDialect" ,
967968 "//mlir:Pass" ,
968969 "//mlir:Support" ,
You can’t perform that action at this time.
0 commit comments