Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenMP] Move header inclusion out of 'extern "C"' | Jonas Hahnfeld | 2019-07-16 | 1 | -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 versioning | Jonathan Peyton | 2019-07-12 | 1 | -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 |