diff options
author | John Criswell <criswell@uiuc.edu> | 2005-05-09 16:49:59 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-05-09 16:49:59 +0000 |
commit | 7516255795830ce21dc1df727a8ea10915b9b173 (patch) | |
tree | edf7dbdd3749613e5aefbbc8d0cd731455cf6e58 /docs/GettingStarted.html | |
parent | 838bce56d2643cb9a45a66c5f32264667f70a38c (diff) |
Updated the list of code generators for LLVM 1.5.
Added information on getting LLVM 1.5 from CVS (hopefully readers will
understand that the label will work *after* LLVM 1.5 is released).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 0a19841124..62591eb8ae 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -270,6 +270,17 @@ software you will need.</p> <td>PowerPC</td> <td>GCC</td> </tr> + +<tr> + <td>Linux<sup><a href="#pf_7">7</a></sup></td> + <td>Alpha</td> + <td>GCC</td> +</tr> +<tr> + <td>Linux<sup><a href="#pf_7">7</a></sup></td> + <td>Itanium (IA-64)</td> + <td>GCC</td> +</tr> </table> <p><b>Notes:</b></p> @@ -286,6 +297,7 @@ up</a></li> <a href="http://www.mingw.org/MinGWiki/">Download</a> and install bison (excl. M4.exe) and flex in that order. Build binutils-2.15 from source, if necessary.</li> +<li><a name="pf_7">Native code generation exists but is not complete.</a></li> </ol> </div> @@ -635,6 +647,7 @@ revision), you can specify a label. The following releases have the following labels:</p> <ul> +<li>Release 1.5: <b>RELEASE_15</b></li> <li>Release 1.4: <b>RELEASE_14</b></li> <li>Release 1.3: <b>RELEASE_13</b></li> <li>Release 1.2: <b>RELEASE_12</b></li> |