blob: a75b6c1e98af659e37c86c6dca68fdb89157d999 [file] [log] [blame]
add_llvm_library(MLIRVectorToLLVM
VectorToLLVM.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/VectorToLLVM
)
set(LIBS
MLIRLLVMIR
MLIRTransforms
LLVMCore
LLVMSupport
)
add_dependencies(MLIRVectorToLLVM ${LIBS})
target_link_libraries(MLIRVectorToLLVM ${LIBS})