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 | 2929de422e4f0ca80e4f428ab970f06616e1d9b2 (patch) | |
tree | 5f45ec716887acac715784fc842504cf46d3e756 /docs/CMake.html | |
parent | b598b044091d9bc0651a3c93195c9fb9f8b453a9 (diff) | |
download | external_llvm-2929de422e4f0ca80e4f428ab970f06616e1d9b2.zip external_llvm-2929de422e4f0ca80e4f428ab970f06616e1d9b2.tar.gz external_llvm-2929de422e4f0ca80e4f428ab970f06616e1d9b2.tar.bz2 |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r-- | docs/CMake.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMake.html b/docs/CMake.html index 087d693..c822ed7 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -145,7 +145,7 @@ text. Generator's names are case-sensitive. Example:</p> <div class="doc_code"> - <p><tt>cmake -G "Visual Studio 8 2005" path/to/llvm/source/root</tt></p> + <p><tt>cmake -G "Visual Studio 9 2008" path/to/llvm/source/root</tt></p> </div> <p>For a given development platform there can be more than one |