Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / test / lib / Dialect / Arith / CMakeLists.txt
blob33615ab21a177afd0576ca8f7d14fa580e395c5b
1 # Exclude tests from libMLIR.so
2 add_mlir_library(MLIRArithTestPasses
3   TestEmulateWideInt.cpp
5   EXCLUDE_FROM_LIBMLIR
7   LINK_LIBS PUBLIC
8   MLIRArithDialect
9   MLIRArithTransforms
10   MLIRFuncDialect
11   MLIRLLVMDialect
12   MLIRPass
13   MLIRVectorDialect