11 lines
199 B
Text
11 lines
199 B
Text
|
add_mlir_unittest(MLIRPassTests
|
||
|
AnalysisManagerTest.cpp
|
||
|
PassManagerTest.cpp
|
||
|
PassPipelineParserTest.cpp
|
||
|
)
|
||
|
target_link_libraries(MLIRPassTests
|
||
|
PRIVATE
|
||
|
MLIRDebug
|
||
|
MLIRFuncDialect
|
||
|
MLIRPass)
|