bolt/deps/llvm-18.1.8/mlir/unittests/Analysis/Presburger/CMakeLists.txt

26 lines
516 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_mlir_unittest(MLIRPresburgerTests
BarvinokTest.cpp
FractionTest.cpp
GeneratingFunctionTest.cpp
IntegerPolyhedronTest.cpp
IntegerRelationTest.cpp
LinearTransformTest.cpp
MatrixTest.cpp
MPIntTest.cpp
Parser.h
ParserTest.cpp
PresburgerSetTest.cpp
PresburgerRelationTest.cpp
PresburgerSpaceTest.cpp
PWMAFunctionTest.cpp
QuasiPolynomialTest.cpp
SimplexTest.cpp
UtilsTest.cpp
)
target_link_libraries(MLIRPresburgerTests
PRIVATE MLIRPresburger
MLIRAffineAnalysis
MLIRParser
)