summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-16 19:29:07 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-16 19:29:07 +0000
commit245a53862ba2dbbecd92e859c52b0015dae23d77 (patch)
treefc1cea9943119aea298e1a67e66b34036d7da7a2 /www
parent1b4eca67e073f0beefb9924cbe6c65427869f1fa (diff)
Stop claiming that Visual Studio 2005 is a viable basis for building
Clang. It isn't any more, and we're not going to twist the code around to make it work. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/get_started.html5
-rw-r--r--www/hacking.html2
2 files changed, 3 insertions, 4 deletions
diff --git a/www/get_started.html b/www/get_started.html
index be74f1f1f4..e325e4ef55 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -125,7 +125,7 @@ Visual Studio:</p>
project files. Get it from:
<a href="http://www.cmake.org/cmake/resources/software.html">
http://www.cmake.org/cmake/resources/software.html</a></li>
- <li><b>Visual Studio 2005, 2008, or 2010</b></li>
+ <li><b>Visual Studio 2008 or 2010</b></li>
<li><b>Python</b>. This is needed only if you will be running the tests
(which is essential, if you will be developing for clang).
Get it from:
@@ -154,8 +154,7 @@ Visual Studio:</p>
<li><tt>cd ..\..</tt> (back to where you started)</li>
<li><tt>mkdir build</tt> (for building without polluting the source dir)</li>
<li><tt>cd build</tt></li>
- <li>If you are using Visual Studio 2005: <tt>cmake -G "Visual Studio 8 2005" ..\llvm</tt></li>
- <li>Or if you are using Visual Studio 2008: <tt>cmake -G "Visual Studio 9 2008" ..\llvm</tt></li>
+ <li>If you are using Visual Studio 2008: <tt>cmake -G "Visual Studio 9 2008" ..\llvm</tt></li>
<li>Or if you are using Visual Studio 2010: <tt>cmake -G "Visual Studio 10" ..\llvm</tt></li>
<li>By default, cmake will target LLVM to X86. If you want all targets
(needed if you want to run the LLVM tests), add the <tt>-DLLVM_TARGETS_TO_BUILD=all</tt> option to the
diff --git a/www/hacking.html b/www/hacking.html
index b65768c987..bedb2b6a58 100644
--- a/www/hacking.html
+++ b/www/hacking.html
@@ -100,7 +100,7 @@
<li>Edit your local <tt>autoexp.dat</tt> (make sure you make a backup first!),
located in <tt>Visual Studio Directory\Common7\Packages\Debugger</tt> and append
the contents of <tt>clangVisuailzers.txt</tt> to it. This method should work for
- Visual Studio 2005 and above.
+ Visual Studio 2008 and above.
</li>
</ul>