llvm/mlir/lib/Tools/CMakeLists.txt
Chia-hung Duan 2f98dfe5b6 [mlir-reduce] Create MlirReduceLib
Move the core reducer algorithm into a library so that it'll be easier
for porting to different projects.

Depends On D101046

Reviewed By: jpienaar, rriddle

Differential Revision: https://reviews.llvm.org/D101607
2021-06-03 15:58:26 +08:00

3 lines
64 B
CMake

add_subdirectory(mlir-lsp-server)
add_subdirectory(mlir-reduce)