[llvm-branch-commits] [llvm-branch] r195232 - Update to the 3.4 release numbers.

Bill Wendling isanbard at gmail.com
Wed Nov 20 01:58:26 PST 2013


Author: void
Date: Wed Nov 20 03:58:26 2013
New Revision: 195232

URL: http://llvm.org/viewvc/llvm-project?rev=195232&view=rev
Log:
Update to the 3.4 release numbers.

Modified:
    llvm/branches/release_34/docs/ReleaseNotes.rst
    llvm/branches/release_34/docs/ReleaseProcess.rst

Modified: llvm/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_34/docs/ReleaseNotes.rst?rev=195232&r1=195231&r2=195232&view=diff
==============================================================================
--- llvm/branches/release_34/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_34/docs/ReleaseNotes.rst Wed Nov 20 03:58:26 2013
@@ -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
 ============
 

Modified: llvm/branches/release_34/docs/ReleaseProcess.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_34/docs/ReleaseProcess.rst?rev=195232&r1=195231&r2=195232&view=diff
==============================================================================
--- llvm/branches/release_34/docs/ReleaseProcess.rst (original)
+++ llvm/branches/release_34/docs/ReleaseProcess.rst Wed Nov 20 03:58:26 2013
@@ -52,16 +52,18 @@ The scripts are in the ``utils/release``
 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





More information about the llvm-branch-commits mailing list