Temporarily Revert "[OpenMP] Add Additional Function Attribute Information to OMPKind...
authorEric Christopher <echristo@gmail.com>
Fri, 17 Jul 2020 22:05:42 +0000 (15:05 -0700)
committerEric Christopher <echristo@gmail.com>
Fri, 17 Jul 2020 22:05:42 +0000 (15:05 -0700)
commit020545d386cf70b6c6cd2fb1d1c6bf0090afe4aa
treed8b3e7dc30851204217832164ddcb09149fe5d51
parentae08dbc67326eaebefef7f4401767ddf7583c9b0
Temporarily Revert "[OpenMP] Add Additional Function Attribute Information to OMPKinds.def"
as it's causing a few unused variable warnings via the macro instantiation:

sources/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPKinds.def:649:17: error: unused variable 'InaccessibleOnlyAttrs' [-Werror,-Wunused-variable]
__OMP_ATTRS_SET(InaccessibleOnlyAttrs,
                ^

This reverts commit 09fe0c5ab9ca5846d6cb625e9be47fdcfe49b93c.
llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
llvm/test/Transforms/OpenMP/add_attributes.ll
llvm/test/Transforms/OpenMP/parallel_deletion.ll