forked from OSchip/llvm-project
7 lines
118 B
CMake
7 lines
118 B
CMake
|
add_mlir_unittest(MLIRPassTests
|
||
|
AnalysisManagerTest.cpp
|
||
|
)
|
||
|
target_link_libraries(MLIRPassTests
|
||
|
PRIVATE
|
||
|
MLIRPass)
|