blob: dfaea10f1383f37b15eea7d11cc0011b7c96aa8d [file] [log] [blame]
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
iree_pybind_cc_library(
NAME
rt_library
HDRS
"function_abi.h"
"hal.h"
"host_types.h"
"vm.h"
SRCS
"function_abi.cc"
"hal.cc"
"host_types.cc"
"vm.cc"
DEPS
bindings::python::pyiree::common
iree::base::api
iree::base::signature_mangle
iree::hal::api
iree::modules::hal
iree::vm
iree::vm::bytecode_module
iree::vm::invocation
iree::vm::ref
iree::vm::variant_list
absl::inlined_vector
absl::memory
absl::strings
absl::optional
absl::span
TYPE
MODULE
)