summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/include/omp.h.var
Commit message (Collapse)AuthorAgeFilesLines
* [OpenMP] Move header inclusion out of 'extern "C"'Jonas Hahnfeld2019-07-161-2/+3
| | | | | | | | | | This leads to problems when compiling C++ code with libc++ for Nvidia GPUs because Clang now uses wrappers for math functions that might include C++ templates not allowed in 'extern "C"'. Differentiel Revision: https://reviews.llvm.org/D64625 llvm-svn: 366229
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-0/+370
Remove all older OMP spec versioning from the runtime and build system. Patch by Terry Wilmarth Differential Revision: https://reviews.llvm.org/D64534 llvm-svn: 365963
OpenPOWER on IntegriCloud