diff options
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r-- | llvm/docs/GettingStarted.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index f3c805c7f0e..ce71bd1089f 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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> |