[PATCH] D66559: [OPENMP] Update the diagnosis message for canonical loop form
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 28 13:30:22 PDT 2019
ABataev added a comment.
In D66559#1649775 <https://reviews.llvm.org/D66559#1649775>, @cchen wrote:
> Haven't updated the lit test for OpenMP 5.0 yet since I'm not able to check OPENMP version by using _OPENMP with preprocessor condition checking.
You don't need `_OPENMP` macro for this. There a lot of tests in the OpenMP directory for OpenMP 5.0 already, look for `-fopenmp-version=50` option in the tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66559/new/
https://reviews.llvm.org/D66559
More information about the cfe-commits
mailing list