forked from OSchip/llvm-project
18 lines
341 B
CMake
18 lines
341 B
CMake
add_llvm_library(MLIREDSC
|
|
Builders.cpp
|
|
CoreAPIs.cpp
|
|
Helpers.cpp
|
|
Intrinsics.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC
|
|
)
|
|
add_dependencies(MLIREDSC MLIRReferenceImplementationTestGen)
|
|
target_link_libraries(MLIREDSC
|
|
PUBLIC
|
|
MLIRAffineOps
|
|
MLIRStandardOps
|
|
MLIRTransformUtils
|
|
MLIRVectorOps
|
|
)
|