summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPeiming Liu <peiming@google.com>2023-05-11 22:31:09 +0000
committerPeiming Liu <peiming@google.com>2023-05-11 22:34:38 +0000
commit2c2a15dd97fe33a22339526a5389910eae16d7af (patch)
tree23e79a345e5e92236e396df943e8f9599ceeaab4 /utils
parent687bd77e2c26487cba727aacfa7067dd01286be0 (diff)
downloadllvm-2c2a15dd97fe33a22339526a5389910eae16d7af.tar.gz
[bazel] fix bazel
Reviewed By: wrengr Differential Revision: https://reviews.llvm.org/D150405
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 73f79d3353ec..7036cd5f3013 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -368,6 +368,7 @@ mlir_c_api_cc_library(
"include/mlir/CAPI/Diagnostics.h",
"include/mlir/CAPI/IR.h",
"include/mlir/CAPI/IntegerSet.h",
+ "include/mlir/CAPI/Interfaces.h",
"include/mlir/CAPI/Pass.h",
"include/mlir/CAPI/Registration.h",
"include/mlir/CAPI/Support.h",