blob: 6023a18074616455b3c7590e03e3ccc3208b32f3 [file]
iree_cc_library(
NAME
util
HDRS
"util.h"
SRCS
"util.c"
DEPS
::alloc
iree::base
iree::hal
iree::hal::local
iree::hal::local::loaders::embedded_library_loader
iree::hal::local::sync_driver
iree::modules::hal
iree::vm
iree::vm::bytecode_module
samples::device::device_embedded_sync
)
iree_cc_library(
NAME
alloc
HDRS
"alloc.h"
SRCS
"alloc.c"
DEPS
iree::base
)