forked from OSchip/llvm-project
* Instead of fixing the version numbers before every release, mark them as x.y
* Eliminate the redundant "This is the..." in released file listing * Fix grammar llvm-svn: 20005
This commit is contained in:
parent
75c6225f32
commit
d4528ea031
|
@ -587,29 +587,29 @@ additional test suite that is optional. Each file is a TAR archive that is
|
|||
compressed with the gzip program.
|
||||
</p>
|
||||
|
||||
<p> The files are as follows:
|
||||
<p>The files are as follows, with <em>x.y</em> marking the version number:
|
||||
<dl>
|
||||
<dt><tt>llvm-1.4.tar.gz</tt></dt>
|
||||
<dd>This is the source code for the LLVM libraries and tools.<br/></dd>
|
||||
<dt><tt>llvm-x.y.tar.gz</tt></dt>
|
||||
<dd>Source release for the LLVM libraries and tools.<br/></dd>
|
||||
|
||||
<dt><tt>llvm-test-1.4.tar.gz</tt></dt>
|
||||
<dd>This is the source code for the LLVM test suite.</tt></dd>
|
||||
<dt><tt>llvm-test-x.y.tar.gz</tt></dt>
|
||||
<dd>Source release for the LLVM test suite.</tt></dd>
|
||||
|
||||
<dt><tt>cfrontend-1.4.source.tar.gz</tt></dt>
|
||||
<dd>This is the source release of the GCC front end.<br/></dd>
|
||||
<dt><tt>cfrontend-x.y.source.tar.gz</tt></dt>
|
||||
<dd>Source release of the GCC front end.<br/></dd>
|
||||
|
||||
<dt><tt>cfrontend-1.4.sparc-sun-solaris2.8.tar.gz</tt></dt>
|
||||
<dd>This is the binary release of the GCC front end for Solaris/Sparc.
|
||||
<dt><tt>cfrontend-x.y.sparc-sun-solaris2.8.tar.gz</tt></dt>
|
||||
<dd>Binary release of the GCC front end for Solaris/Sparc.
|
||||
<br/></dd>
|
||||
|
||||
<dt><tt>cfrontend-1.4.i686-redhat-linux-gnu.tar.gz</tt></dt>
|
||||
<dd>This is the binary release of the GCC front end for Linux/x86.<br/></dd>
|
||||
<dt><tt>cfrontend-x.y.i686-redhat-linux-gnu.tar.gz</tt></dt>
|
||||
<dd>Binary release of the GCC front end for Linux/x86.<br/></dd>
|
||||
|
||||
<dt><tt>cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz</tt></dt>
|
||||
<dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd>
|
||||
<dt><tt>cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz</tt></dt>
|
||||
<dd>Binary release of the GCC front end for FreeBSD/x86.<br/></dd>
|
||||
|
||||
<dt><tt>cfrontend-1.4.powerpc-apple-darwin7.6.0.tar.gz</tt></dt>
|
||||
<dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd>
|
||||
<dt><tt>cfrontend-x.y.powerpc-apple-darwin7.6.0.tar.gz</tt></dt>
|
||||
<dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
|
@ -639,7 +639,7 @@ test directories, and local copies of documentation files.</p>
|
|||
|
||||
<p>If you want to get a specific release (as opposed to the most recent
|
||||
revision), you can specify a label. The following releases have the following
|
||||
label:</p>
|
||||
labels:</p>
|
||||
|
||||
<ul>
|
||||
<li>Release 1.4: <b>RELEASE_14</b></li>
|
||||
|
|
Loading…
Reference in New Issue