[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / lib / Reducer / CMakeLists.txt
blob61743b6097d612ee256474f64ced66ea72e16da2
1 # Exclude tests from libMLIR.so
2 add_mlir_library(MLIRTestReducer
3   MLIRTestReducer.cpp
5   EXCLUDE_FROM_LIBMLIR
7   ADDITIONAL_HEADER_DIRS
8   ${MLIR_MAIN_INCLUDE_DIR}/mlir/IR
10   LINK_COMPONENTS
11   Core
13   LINK_LIBS PUBLIC
14   MLIRIR
15   MLIRPass
16   MLIRSupport
17   )