From: Chandler Carruth Date: Wed, 16 Nov 2011 19:29:07 +0000 (+0000) Subject: Stop claiming that Visual Studio 2005 is a viable basis for building X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=245a53862ba2dbbecd92e859c52b0015dae23d77;p=clang 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 --- 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:

project files. Get it from: http://www.cmake.org/cmake/resources/software.html -
  • Visual Studio 2005, 2008, or 2010
  • +
  • Visual Studio 2008 or 2010
  • Python. 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:

  • cd ..\.. (back to where you started)
  • mkdir build (for building without polluting the source dir)
  • cd build
  • -
  • If you are using Visual Studio 2005: cmake -G "Visual Studio 8 2005" ..\llvm
  • -
  • Or if you are using Visual Studio 2008: cmake -G "Visual Studio 9 2008" ..\llvm
  • +
  • If you are using Visual Studio 2008: cmake -G "Visual Studio 9 2008" ..\llvm
  • Or if you are using Visual Studio 2010: cmake -G "Visual Studio 10" ..\llvm
  • By default, cmake will target LLVM to X86. If you want all targets (needed if you want to run the LLVM tests), add the -DLLVM_TARGETS_TO_BUILD=all 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 @@
  • Edit your local autoexp.dat (make sure you make a backup first!), located in Visual Studio Directory\Common7\Packages\Debugger and append the contents of clangVisuailzers.txt to it. This method should work for - Visual Studio 2005 and above. + Visual Studio 2008 and above.