llvm/mlir/unittests/Pass/CMakeLists.txt
Stephen Neuendorffer 798e661567 Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries."
This reverts commit 7a6c689771.
This breaks the build with cmake 3.13.4, but succeeds with cmake 3.15.3
2020-02-29 11:52:08 -08:00

7 lines
118 B
CMake

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