[all-commits] [llvm/llvm-project] 310eea: [OpenMP] Migrate OpenMPOffloadMappingFlags from Cl...
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Sun Jan 8 08:46:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 310eea1c78e3e7aac7c016ab9bdf00d04f354645
https://github.com/llvm/llvm-project/commit/310eea1c78e3e7aac7c016ab9bdf00d04f354645
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2023-01-08 (Sun, 08 Jan 2023)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
Log Message:
-----------
[OpenMP] Migrate OpenMPOffloadMappingFlags from Clang CodeGen to OMPConstants
This patch moves the OpenMPOffloadMappingFlags enum definiition from Clang codegen to OMPConstants.h
Differential Revision: https://reviews.llvm.org/D140292
More information about the All-commits
mailing list