[Openmp-commits] [PATCH] D30450: OpenMP version 5.0 added

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 1 03:21:57 PST 2017


Hahnfeld added a comment.

In https://reviews.llvm.org/D30450#689455, @omalyshe wrote:

> In https://reviews.llvm.org/D30450#688282, @Hahnfeld wrote:
>
> > Do we really need this? In other words: Is there a use case for not building the OpenMP runtime for the latest standard?
>
>
> For example, if it is supposed to use the runtime library with the compiler which does not support the latest standard.


The code for the older standards seems to always be backwards compatible and compiling for newer versions only add additional entry points or features, no?


Repository:
  rL LLVM

https://reviews.llvm.org/D30450





More information about the Openmp-commits mailing list