Skip to content

Commit

Permalink
[mlir] fix bazel file
Browse files Browse the repository at this point in the history
Reviewed By: Peiming

Differential Revision: https://reviews.llvm.org/D135104
  • Loading branch information
aartbik committed Oct 3, 2022
1 parent e884324 commit 83f2b19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6540,7 +6540,10 @@ cc_binary(
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",
Expand Down

0 comments on commit 83f2b19

Please sign in to comment.