]> granicus.if.org Git - clang/commit
Clang/libomptarget map interface flag renaming - NFC patch
authorGeorge Rokos <grokos@us.ibm.com>
Tue, 7 Nov 2017 18:27:04 +0000 (18:27 +0000)
committerGeorge Rokos <grokos@us.ibm.com>
Tue, 7 Nov 2017 18:27:04 +0000 (18:27 +0000)
commitd299d7e192c57367037485286327ab8da9c6928a
tree3821ff2b4bb289b521bfdced5224351f2c80fe4a
parentdf12300eec0539d9ef599c43a089b15ee29a70b0
Clang/libomptarget map interface flag renaming - NFC patch

This patch renames some of the flag names of the clang/libomptarget map interface. The old names are slightly misleading, whereas the new ones describe in a better way what each flag is about.

Only the macros within the enumeration are renamed, there is no change in functionality therefore there are no updated regression tests.

Differential Revision: https://reviews.llvm.org/D39745

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317598 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp