r179519 - Remove reference to MSVC only building X86 backend.

Tim Northover Tim.Northover at arm.com
Mon Apr 15 04:55:27 PDT 2013


Author: tnorthover
Date: Mon Apr 15 06:55:27 2013
New Revision: 179519

URL: http://llvm.org/viewvc/llvm-project?rev=179519&view=rev
Log:
Remove reference to MSVC only building X86 backend.

This is no longer true.

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=179519&r1=179518&r2=179519&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Mon Apr 15 06:55:27 2013
@@ -176,10 +176,6 @@ Visual Studio:</p>
     <li><tt>cd build</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
-        CMake command line.  Or specify a target from the LLVM_TARGETS_TO_BUILD
-        definition in CMakeLists.txt.</li>
     <li>See the <a href="http://www.llvm.org/docs/CMake.html">LLVM CMake guide</a> for
         more information on other configuration options for CMake.</li>
     <li>The above, if successful, will have created an LLVM.sln file in the





More information about the cfe-commits mailing list