[PATCH] D135104: [mlir] fix bazel file

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 13:59:09 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG83f2b19f3e82: [mlir] fix bazel file (authored by aartbik).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135104/new/

https://reviews.llvm.org/D135104

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


Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6540,7 +6540,10 @@
 cc_library(
     name = "MlirJitRunner",
     srcs = ["lib/ExecutionEngine/JitRunner.cpp"],
-    hdrs = ["include/mlir/ExecutionEngine/JitRunner.h"],
+    hdrs = [
+        "include/mlir/ExecutionEngine/JitRunner.h",
+        "include/mlir/Tools/ParseUtilties.h",
+    ],
     includes = ["include"],
     deps = [
         ":AllPassesAndDialects",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135104.464808.patch
Type: text/x-patch
Size: 606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221003/58d308bd/attachment.bin>


More information about the llvm-commits mailing list