[LLD][COFF] Emit tail merge pdata for delay load thunks on ARM64EC (#116810)
[llvm-project.git] / mlir / unittests / Interfaces / CMakeLists.txt
blobd192b2922d6b9dcbe9718004daaa46e5e0e0a6fa
1 add_mlir_unittest(MLIRInterfacesTests
2   ControlFlowInterfacesTest.cpp
3   DataLayoutInterfacesTest.cpp
4   InferIntRangeInterfaceTest.cpp
5   InferTypeOpInterfaceTest.cpp
8 target_link_libraries(MLIRInterfacesTests
9   PRIVATE
10   MLIRArithDialect
11   MLIRControlFlowInterfaces
12   MLIRDataLayoutInterfaces
13   MLIRDLTIDialect
14   MLIRFuncDialect
15   MLIRInferIntRangeInterface
16   MLIRInferTypeOpInterface
17   MLIRParser