[PATCH] D74941: [OpenMP] `omp begin/end declare variant` - part 1, parsing

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 21 14:30:05 PST 2020


ABataev added a comment.

In D74941#1887381 <https://reviews.llvm.org/D74941#1887381>, @kkwli0 wrote:

> Since it is a TR8 feature, should we have this guarded by `-fopenmp-version=`?


Not this one. It is required to fix the issues with math functions and should work for all versions of OpenMP. Otherwise 4.5 will remain broken.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74941/new/

https://reviews.llvm.org/D74941





More information about the cfe-commits mailing list