summaryrefslogtreecommitdiffstats
path: root/mlir/unittests/IR/CMakeLists.txt
blob: 15393585e07aabbe870e4b1e88f5aef5754baf7e (plain)
1
2
3
4
5
6
7
8
9
add_mlir_unittest(MLIRIRTests
  AttributeTest.cpp
  DialectTest.cpp
  OperationSupportTest.cpp
  StringExtrasTest.cpp
)
target_link_libraries(MLIRIRTests
  PRIVATE
  MLIRIR)
OpenPOWER on IntegriCloud