blob: 3ce7b9fc6555b2e0b3e56a7ce2c0abba3fe6d919 [file] [log] [blame]
add_llvm_library(MLIRStandardToLLVM
ConvertStandardToLLVM.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/StandardToLLVM
)
add_dependencies(
MLIRStandardToLLVM
MLIRLLVMIR
MLIRTransforms
LLVMCore
LLVMSupport
)
target_link_libraries(
MLIRStandardToLLVM
MLIRLLVMIR
MLIRTransforms
LLVMCore
LLVMSupport
)