[LLD][COFF] Emit tail merge pdata for delay load thunks on ARM64EC (#116810)
[llvm-project.git] / mlir / unittests / Analysis / Presburger / CMakeLists.txt
blobb69f514711337bd780a5458250b3f788797ee86c
1 add_mlir_unittest(MLIRPresburgerTests
2   BarvinokTest.cpp
3   FractionTest.cpp
4   GeneratingFunctionTest.cpp
5   IntegerPolyhedronTest.cpp
6   IntegerRelationTest.cpp
7   LinearTransformTest.cpp
8   MatrixTest.cpp
9   Parser.h
10   ParserTest.cpp
11   PresburgerSetTest.cpp
12   PresburgerRelationTest.cpp
13   PresburgerSpaceTest.cpp
14   PWMAFunctionTest.cpp
15   QuasiPolynomialTest.cpp
16   SimplexTest.cpp
17   UtilsTest.cpp
20 target_link_libraries(MLIRPresburgerTests
21   PRIVATE MLIRPresburger
22   MLIRAffineAnalysis
23   MLIRParser
24   )