Skip to content

Commit

Permalink
Add another missing dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Woloszyn <[email protected]>
  • Loading branch information
AWoloszyn committed Aug 14, 2024
1 parent 0c5faeb commit bd94b67
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/hal/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ iree_runtime_cc_library(
":deferred_command_buffer",
":resource_set",
"//runtime/src/iree/base",
"//runtime/src/iree/base/internal:arena",
"//runtime/src/iree/base/internal:synchronization",
"//runtime/src/iree/base/internal:threading",
"//runtime/src/iree/hal",
Expand Down
1 change: 1 addition & 0 deletions runtime/src/iree/hal/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ iree_cc_library(
::deferred_command_buffer
::resource_set
iree::base
iree::base::internal::arena
iree::base::internal::synchronization
iree::base::internal::threading
iree::hal
Expand Down

0 comments on commit bd94b67

Please sign in to comment.