From 5ebd7badfb495172b0e77ba594aa3c766f626b82 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Thu, 10 Dec 2015 05:45:58 +0000 Subject: [OPENMP] Make -fopenmp to turn on OpenMP support by default. Patch turns on OpenMP support in clang by default after fixing OpenMP buildbots. Differential Revision: http://reviews.llvm.org/D13802 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255222 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1b3d08b3ace..33438c60365 100755 --- a/configure +++ b/configure @@ -5954,7 +5954,7 @@ _ACEOF if test "${with_clang_default_openmp_runtime+set}" = set; then withval=$with_clang_default_openmp_runtime; else - withval="libgomp" + withval="libomp" fi -- cgit v1.2.3