Files
clang-p2996/mlir/lib/Target/LLVMIR/Dialect/OpenMP/CMakeLists.txt
Alex Zinenko 66900b3eae [mlir] Use dialect interfaces to translate OpenMP dialect to LLVM IR
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
2021-02-12 18:37:47 +01:00

14 lines
226 B
CMake

add_mlir_translation_library(MLIROpenMPToLLVMIRTranslation
OpenMPToLLVMIRTranslation.cpp
LINK_COMPONENTS
Core
LINK_LIBS PUBLIC
MLIRIR
MLIRLLVMIR
MLIROpenMP
MLIRSupport
MLIRTargetLLVMIRModuleTranslation
)