blob: 40c7118aee14b8a8649aece6d69da7e924252771 [file] [log] [blame]
iree_cc_library(
NAME
util
HDRS
"util.h"
SRCS
"util.c"
DEPS
::alloc
device::device_static_loader
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
)
iree_cc_library(
NAME
alloc
HDRS
"alloc.h"
SRCS
"alloc.c"
DEPS
iree::base
)