Switch the default OpenMP runtime for clang to libomp (from the LLVM

project), as libgomp is not supported anyway.  You can use the
devel/llvm-devel port to install a recent copy of the OpenMP runtime.
This commit is contained in:
Dimitry Andric 2015-10-18 17:18:19 +00:00
parent f80158072d
commit e9ae01703c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289525
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
/* Default OpenMP runtime used by -fopenmp. */
#define CLANG_DEFAULT_OPENMP_RUNTIME "libgomp"
#define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
/* Multilib suffix for libdir. */
#define CLANG_LIBDIR_SUFFIX ""

View File

@ -15,7 +15,7 @@
#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
/* Default OpenMP runtime used by -fopenmp. */
#define CLANG_DEFAULT_OPENMP_RUNTIME "libgomp"
#define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
/* Define if we have libxml2 */
/* #undef CLANG_HAVE_LIBXML */