22 lines
371 B
CMake
22 lines
371 B
CMake
add_mlir_conversion_library(MLIRControlFlowToLLVM
|
|
ControlFlowToLLVM.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/ControlFlowToLLVM
|
|
|
|
DEPENDS
|
|
MLIRConversionPassIncGen
|
|
intrinsics_gen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRAnalysis
|
|
MLIRControlFlow
|
|
MLIRLLVMCommonConversion
|
|
MLIRLLVMIR
|
|
MLIRPass
|
|
MLIRTransformUtils
|
|
)
|