Files
clang-p2996/mlir/lib/Dialect/OpenMP/CMakeLists.txt
Kiran Chandramohan 3b01cf9286 [mlir][openmp] Add an interface for Outlineable OpenMP ops
Add an interface for outlineable OpenMP operations.
This patch was initially done in fir-dev and is now needed
for the upstreaming.

Reviewed By: schweitz

Differential Revision: https://reviews.llvm.org/D111310
2021-10-07 20:53:48 +02:00

15 lines
243 B
CMake

add_mlir_dialect_library(MLIROpenMP
IR/OpenMPDialect.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/OpenMP
DEPENDS
MLIROpenMPOpsIncGen
MLIROpenMPOpsInterfacesIncGen
LINK_LIBS PUBLIC
MLIRIR
MLIRLLVMIR
)