blob: 483be85382afc38019aa9fe5076e282b2ba59e89 [file] [edit]
################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from #
# compiler/src/iree/compiler/Pipelines/BUILD.bazel #
# #
# Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary #
# CMake-only content. #
# #
# To disable autogeneration for this file entirely, delete this header. #
################################################################################
iree_add_all_subdirs()
iree_cc_library(
NAME
Options
HDRS
"Options.h"
SRCS
"Options.cpp"
DEPS
LLVMPasses
iree::compiler::Utils
PUBLIC
)
iree_cc_library(
NAME
Pipelines
HDRS
"Pipelines.h"
SRCS
"Pipelines.cpp"
DEPS
::Options
LLVMSupport
MLIRIR
MLIRPass
MLIRSupport
iree::compiler::Bindings::Native::Transforms
iree::compiler::Bindings::TFLite::Transforms
iree::compiler::Dialect::Flow::Transforms
iree::compiler::Dialect::HAL::Conversion::HALToVM
iree::compiler::Dialect::HAL::Target
iree::compiler::Dialect::HAL::Transforms
iree::compiler::Dialect::Stream::Transforms
iree::compiler::Dialect::Util::Transforms
iree::compiler::Dialect::VM::Conversion
iree::compiler::Dialect::VM::Target::Bytecode
iree::compiler::Dialect::VM::Transforms
iree::compiler::DispatchCreation
iree::compiler::GlobalOptimization
iree::compiler::InputConversion::Common
iree::compiler::InputConversion::Common::AutoInputConversionPipeline
iree::compiler::Modules::HAL::Inline::Transforms
iree::compiler::Modules::HAL::Loader::Transforms
iree::compiler::Preprocessing::Passes
iree::compiler::Utils
PUBLIC
)
### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###