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
15 lines
243 B
CMake
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
|
|
)
|