summaryrefslogtreecommitdiff
path: root/docs/ReleaseProcess.rst
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
commit5ebd7badfb495172b0e77ba594aa3c766f626b82 (patch)
tree5654f8586f8560e97a787664b7213e9807c5b7b6 /docs/ReleaseProcess.rst
parent54fd4d436030f4fa15e8b9cd6643a9255890144c (diff)
[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
Diffstat (limited to 'docs/ReleaseProcess.rst')
-rw-r--r--docs/ReleaseProcess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseProcess.rst b/docs/ReleaseProcess.rst
index c4bbc91c63c..d7f70312601 100644
--- a/docs/ReleaseProcess.rst
+++ b/docs/ReleaseProcess.rst
@@ -53,7 +53,7 @@ test-release.sh
---------------
This script will check-out, configure and compile LLVM+Clang (+ most add-ons, like ``compiler-rt``,
-``libcxx`` and ``clang-extra-tools``) in three stages, and will test the final stage.
+``libcxx``, ``libomp`` and ``clang-extra-tools``) in three stages, and will test the final stage.
It'll have installed the final binaries on the Phase3/Releasei(+Asserts) directory, and
that's the one you should use for the test-suite and other external tests.