summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-11-20 09:58:26 +0000
committerBill Wendling <isanbard@gmail.com>2013-11-20 09:58:26 +0000
commit4526aebd751dfd5b12a8728524684eda7013a2fd (patch)
treeaeeffce3a2bba166a6e432cb19ec7563e95afe5b /docs
parentc817d3e36d82787e639668dc1b898fd17415570d (diff)
downloadllvm-4526aebd751dfd5b12a8728524684eda7013a2fd.tar.gz
llvm-4526aebd751dfd5b12a8728524684eda7013a2fd.tar.bz2
llvm-4526aebd751dfd5b12a8728524684eda7013a2fd.tar.xz
Update to the 3.4 release numbers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195232 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst6
-rw-r--r--docs/ReleaseProcess.rst12
2 files changed, 7 insertions, 11 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 4d0a4cfe29..1858f3f998 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -5,12 +5,6 @@ LLVM 3.4 Release Notes
.. contents::
:local:
-.. warning::
- These are in-progress notes for the upcoming LLVM 3.4 release. You may
- prefer the `LLVM 3.3 Release Notes <http://llvm.org/releases/3.3/docs
- /ReleaseNotes.html>`_.
-
-
Introduction
============
diff --git a/docs/ReleaseProcess.rst b/docs/ReleaseProcess.rst
index c4bbc91c63..0836b6e92a 100644
--- a/docs/ReleaseProcess.rst
+++ b/docs/ReleaseProcess.rst
@@ -52,16 +52,18 @@ The scripts are in the ``utils/release`` directory.
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.
-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.
+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. 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.
To run the script on a specific release candidate run::
./test-release.sh \
- -release 3.3 \
+ -release 3.4 \
-rc 1 \
+ -triple x86_64-apple-darwin \
-no-64bit \
-test-asserts \
-no-compare-files