mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 08:26:07 +00:00

This patch adds OpenMPToLLVMIRTranslation support for the OpenMP Declare Mapper directive. Since both MLIR and Clang now support custom mappers, I've changed the respective function params to no longer be optional as well. Depends on #121005