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 7cff05a commit 8b18684Copy full SHA for 8b18684
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -439,6 +439,7 @@ mlir_c_api_cc_library(
439
":IR",
440
":Pass",
441
":Support",
442
+ ":config",
443
"//llvm:Support",
444
],
445
includes = ["include"],
@@ -1009,6 +1010,7 @@ cc_library(
1009
1010
":CAPIInterfaces",
1011
":MLIRBindingsPythonHeadersAndDeps",
1012
1013
1014
1015
"@local_config_python//:python_headers",
1016
"@pybind11",
0 commit comments