mirror of https://github.com/llvm/torch-mlir
15 lines
182 B
CMake
15 lines
182 B
CMake
|
add_mlir_conversion_library(BasicpyToIREEVM
|
||
|
Passes.cpp
|
||
|
|
||
|
DEPENDS
|
||
|
NPCOMPConversionPassIncGen
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Core
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
MLIRIR
|
||
|
MLIRPass
|
||
|
MLIRTransforms
|
||
|
)
|