Migrate the translation of the OpenMP dialect operations to LLVM IR to the new dialect-based mechanism. Depends On D96503 Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D96504
14 lines
226 B
CMake
14 lines
226 B
CMake
add_mlir_translation_library(MLIROpenMPToLLVMIRTranslation
|
|
OpenMPToLLVMIRTranslation.cpp
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRIR
|
|
MLIRLLVMIR
|
|
MLIROpenMP
|
|
MLIRSupport
|
|
MLIRTargetLLVMIRModuleTranslation
|
|
)
|