blob: 53ce44177c08654b24f0d2ad48b423f7b676c53a [file] [log] [blame]
iree_cc_library(
NAME
util
HDRS
"util.h"
SRCS
"util.c"
DEPS
::alloc
iree::base
iree::hal
iree::hal::local
iree::hal::local::loaders::static_library_loader
iree::hal::drivers::local_sync::sync_driver
iree::modules::hal
iree::vm
iree::vm::shims_emitc
samples::device::device_static_loader
)
iree_cc_library(
NAME
alloc
HDRS
"alloc.h"
SRCS
"alloc.c"
DEPS
iree::base
)