llvm-project/mlir/unittests/Pass/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
118 B
CMake
Raw Normal View History

add_mlir_unittest(MLIRPassTests
AnalysisManagerTest.cpp
)
target_link_libraries(MLIRPassTests
PRIVATE
MLIRPass)