We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0be65 commit a70ecfbCopy full SHA for a70ecfb
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -8722,6 +8722,7 @@ cc_library(
8722
],
8723
includes = ["include"],
8724
deps = [
8725
+ ":Analysis",
8726
":DLTIDialect",
8727
":IR",
8728
":LLVMConversionIncGen",
@@ -8956,6 +8957,7 @@ cc_library(
8956
8957
hdrs = glob(["include/mlir/Target/LLVMIR/Dialect/OpenACC/*.h"]),
8958
8959
8960
8961
8962
":LLVMDialect",
8963
":OpenACCDialect",
@@ -8975,6 +8977,7 @@ cc_library(
8975
8977
hdrs = glob(["include/mlir/Target/LLVMIR/Dialect/OpenMP/*.h"]),
8976
8978
8979
8980
8981
8982
8983
":OpenMPCommon",
0 commit comments