Skip to content

Commit 44a6f5d

Browse files
committed
fix bazel
1 parent 2ad9136 commit 44a6f5d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

runtime/src/iree/vm/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ iree_runtime_cc_library(
7878
],
7979
deps = [
8080
"//runtime/src/iree/base",
81+
"//runtime/src/iree/base:core_headers",
8182
"//runtime/src/iree/base/internal",
8283
"//runtime/src/iree/base/internal:synchronization",
8384
],

runtime/src/iree/vm/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ iree_cc_library(
6565
"stack.c"
6666
DEPS
6767
iree::base
68+
iree::base::core_headers
6869
iree::base::internal
6970
iree::base::internal::synchronization
7071
PUBLIC

0 commit comments

Comments
 (0)