20 lines
322 B
Text
20 lines
322 B
Text
|
add_mlir_conversion_library(MLIRLLVMCommonConversion
|
||
|
ConversionTarget.cpp
|
||
|
LoweringOptions.cpp
|
||
|
MemRefBuilder.cpp
|
||
|
Pattern.cpp
|
||
|
PrintCallHelper.cpp
|
||
|
StructBuilder.cpp
|
||
|
TypeConverter.cpp
|
||
|
VectorPattern.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Core
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
MLIRIR
|
||
|
MLIRLLVMDialect
|
||
|
MLIRSupport
|
||
|
MLIRTransforms
|
||
|
)
|