[all-commits] [llvm/llvm-project] 020545: Temporarily Revert "[OpenMP] Add Additional Functi...
Eric Christopher via All-commits
all-commits at lists.llvm.org
Fri Jul 17 15:07:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 020545d386cf70b6c6cd2fb1d1c6bf0090afe4aa
https://github.com/llvm/llvm-project/commit/020545d386cf70b6c6cd2fb1d1c6bf0090afe4aa
Author: Eric Christopher <echristo at gmail.com>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M llvm/test/Transforms/OpenMP/add_attributes.ll
M llvm/test/Transforms/OpenMP/parallel_deletion.ll
Log Message:
-----------
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.
More information about the All-commits
mailing list