Skip to content

Commit 8b18684

Browse files
committed
[mlir][bazel] fixes for 18cf1cd
1 parent 7cff05a commit 8b18684

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ mlir_c_api_cc_library(
439439
":IR",
440440
":Pass",
441441
":Support",
442+
":config",
442443
"//llvm:Support",
443444
],
444445
includes = ["include"],
@@ -1009,6 +1010,7 @@ cc_library(
10091010
":CAPIInterfaces",
10101011
":MLIRBindingsPythonHeadersAndDeps",
10111012
":Support",
1013+
":config",
10121014
"//llvm:Support",
10131015
"@local_config_python//:python_headers",
10141016
"@pybind11",

0 commit comments

Comments
 (0)