aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-12-23 07:14:56 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-12-23 07:14:56 +0000
commitc155a0a0e9f18b0c5f069ec8cf9cf8ef56c35c78 (patch)
treee9182080c624f497d1fe4fc05eb707b808c49d65 /docs/GettingStarted.html
parentc204e79cdfb4ef0f83d2352a05c77f0b310346c0 (diff)
downloadexternal_llvm-c155a0a0e9f18b0c5f069ec8cf9cf8ef56c35c78.zip
external_llvm-c155a0a0e9f18b0c5f069ec8cf9cf8ef56c35c78.tar.gz
external_llvm-c155a0a0e9f18b0c5f069ec8cf9cf8ef56c35c78.tar.bz2
LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index f3c805c..ce71bd1 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -256,6 +256,11 @@ software you will need.</p>
<td>x86<sup>1</sup></td>
<td>GCC</td>
</tr>
+<tr>
+ <td>Linux</td>
+ <td>amd64<sup>3</sup></td>
+ <td>GCC</td>
+</tr>
</table>
<p>LLVM has partial support for the following platforms:</p>