summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-12-10 05:45:58 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-12-10 05:45:58 +0000
commit860435c8e2cac287ef0e5ea364ef97e559d93a65 (patch)
treeff7c861d38abdbdc92fb33d6d45d9ebaa2698238 /llvm/configure
parentf6dfdb361f87b7d7ba0f57ddbb2d38eab157c606 (diff)
downloadbcm5719-llvm-860435c8e2cac287ef0e5ea364ef97e559d93a65.tar.gz
bcm5719-llvm-860435c8e2cac287ef0e5ea364ef97e559d93a65.zip
[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 llvm-svn: 255222
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure
index 1b3d08b3ace..33438c60365 100755
--- a/llvm/configure
+++ b/llvm/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
OpenPOWER on IntegriCloud