[Openmp-commits] [PATCH] D55496: [OpenMP] RFC: fixes for LIBOMP_OMP_VERSION=4.5/4

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Dec 9 07:55:19 PST 2018


Hahnfeld added a comment.

I think there was a discussion in the past whether it makes sense to allow building for an older version of the standard, given that the library guarantees backwards compatibility. Your findings once again show that nobody is even compile-testing the old code, so I think it would be best to just remove all the `#ifdef`s and code that is not needed anymore. For everything else there's a version control system that you can ask about old versions of the code.


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D55496





More information about the Openmp-commits mailing list