Skip to content

Commit

Permalink
fix bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
qedawkins committed Dec 27, 2023
1 parent 2ad9136 commit 44a6f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/iree/vm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ iree_runtime_cc_library(
],
deps = [
"//runtime/src/iree/base",
"//runtime/src/iree/base:core_headers",
"//runtime/src/iree/base/internal",
"//runtime/src/iree/base/internal:synchronization",
],
Expand Down
1 change: 1 addition & 0 deletions runtime/src/iree/vm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ iree_cc_library(
"stack.c"
DEPS
iree::base
iree::base::core_headers
iree::base::internal
iree::base::internal::synchronization
PUBLIC
Expand Down

0 comments on commit 44a6f5d

Please sign in to comment.