mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
* 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b014d3e35b
commit
3ce110393b
@ -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…
x
Reference in New Issue
Block a user