forked from OSchip/llvm-project
8 lines
143 B
CMake
8 lines
143 B
CMake
|
add_mlir_unittest(MLIRRewriteTests
|
||
|
PatternBenefit.cpp
|
||
|
)
|
||
|
target_link_libraries(MLIRRewriteTests
|
||
|
PRIVATE
|
||
|
MLIRRewrite
|
||
|
MLIRTransformUtils)
|