diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2011-11-16 19:52:13 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2011-11-16 19:52:13 +0000 |
| commit | d1eafe118d30c9cf850ff263083abe419c2f9753 (patch) | |
| tree | 32c9e5b4d974eac1753533b478252ffb0f7c24a7 /llvm/docs/GettingStarted.html | |
| parent | 74f0df442b3d3b32782e86d5f7773a4bc8773a5a (diff) | |
| download | bcm5719-llvm-d1eafe118d30c9cf850ff263083abe419c2f9753.tar.gz bcm5719-llvm-d1eafe118d30c9cf850ff263083abe419c2f9753.zip | |
There are already problems with building LLVM under VS2005, and it's
quite old now. Update the documentation to reflect this, and direct
people to use VS2008 or newer.
llvm-svn: 144818
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 0a6a4811880..d78344ad0fa 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -283,7 +283,7 @@ software you will need.</p> <tr> <td>Windows</td> <td>x86<sup><a href="#pf_1">1</a></sup></td> - <td>Visual Studio 2005 SP1 or higher<sup><a href="#pf_4">4</a>,<a href="#pf_5">5</a></sup></td> + <td>Visual Studio 2008 or higher<sup><a href="#pf_4">4</a>,<a href="#pf_5">5</a></sup></td> <tr> <td>AIX<sup><a href="#pf_3">3</a>,<a href="#pf_4">4</a></sup></td> <td>PowerPC</td> |

