[omp] Actually provide a default OpenMP runtime -- libgomp for now.

llvm-svn: 238390
This commit is contained in:
Chandler Carruth 2015-05-28 02:17:15 +00:00
parent 9c6b4f8528
commit 9b0a561b03
2 changed files with 2 additions and 2 deletions

View File

@ -1340,7 +1340,7 @@ AC_DEFINE_UNQUOTED(DEFAULT_SYSROOT,"$withval",
AC_ARG_WITH(clang-default-openmp-runtime, AC_ARG_WITH(clang-default-openmp-runtime,
AS_HELP_STRING([--with-clang-default-openmp-runtime], AS_HELP_STRING([--with-clang-default-openmp-runtime],
[The default OpenMP runtime for Clang.]),, [The default OpenMP runtime for Clang.]),,
withval="") withval="libgomp")
AC_DEFINE_UNQUOTED(CLANG_DEFAULT_OPENMP_RUNTIME,"$withval", AC_DEFINE_UNQUOTED(CLANG_DEFAULT_OPENMP_RUNTIME,"$withval",
[Default OpenMP runtime used by -fopenmp.]) [Default OpenMP runtime used by -fopenmp.])

2
llvm/configure vendored
View File

@ -5954,7 +5954,7 @@ _ACEOF
if test "${with_clang_default_openmp_runtime+set}" = set; then if test "${with_clang_default_openmp_runtime+set}" = set; then
withval=$with_clang_default_openmp_runtime; withval=$with_clang_default_openmp_runtime;
else else
withval="" withval="libgomp"
fi fi