diff docs/ReleaseProcess.rst @ 33:e4204d083e25 LLVM3.5

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents 95c75e76d11b
children 7d135dc70f03
line wrap: on
line diff
--- a/docs/ReleaseProcess.rst	Thu Dec 12 13:57:29 2013 +0900
+++ b/docs/ReleaseProcess.rst	Thu Dec 12 14:32:10 2013 +0900
@@ -52,18 +52,16 @@
 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.4 \
+        -release 3.3 \
         -rc 1 \
-        -triple x86_64-apple-darwin \
         -no-64bit \
         -test-asserts \
         -no-compare-files