blob: 16f6826cb558b319e8aa39a00ee61adb3c9bfe90 [file] [log] [blame]
################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from #
# iree/compiler/Codegen/Dialect/BUILD #
# #
# 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
IREECodegenDialect
HDRS
"IREECodegenDialect.h"
"LoweringConfig.h"
TEXTUAL_HDRS
"IREECodegenDialect.cpp.inc"
"IREECodegenDialect.h.inc"
"LoweringConfig.cpp.inc"
"LoweringConfig.h.inc"
"LoweringConfigEnums.cpp.inc"
"LoweringConfigEnums.h.inc"
SRCS
"IREECodegenDialect.cpp"
"LoweringConfig.cpp"
DEPS
::IREECodegenDialectGen
::LoweringConfigGen
LLVMSupport
MLIRIR
MLIRParser
MLIRStandard
iree::compiler::Codegen::Utils
PUBLIC
)
iree_tablegen_library(
NAME
IREECodegenDialectGen
TD_FILE
"IREECodegenAttributes.td"
OUTS
-gen-dialect-decls IREECodegenDialect.h.inc
-gen-dialect-defs IREECodegenDialect.cpp.inc
)
iree_tablegen_library(
NAME
LoweringConfigGen
TD_FILE
"LoweringConfig.td"
OUTS
-gen-attrdef-decls LoweringConfig.h.inc
-gen-attrdef-defs LoweringConfig.cpp.inc
-gen-enum-decls LoweringConfigEnums.h.inc
-gen-enum-defs LoweringConfigEnums.cpp.inc
)
### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###