summaryrefslogtreecommitdiffstats
path: root/clang/www/get_started.html
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-04-15 11:55:27 +0000
committerTim Northover <Tim.Northover@arm.com>2013-04-15 11:55:27 +0000
commit737889ded722b32c2f6bf591ee45c94c11802623 (patch)
tree533ab8479905b10208948ba448d7280923edbae2 /clang/www/get_started.html
parent865f4bcb5dde73d2bd35e99da6f92599ffee19d6 (diff)
downloadbcm5719-llvm-737889ded722b32c2f6bf591ee45c94c11802623.tar.gz
bcm5719-llvm-737889ded722b32c2f6bf591ee45c94c11802623.zip
Remove reference to MSVC only building X86 backend.
This is no longer true. llvm-svn: 179519
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r--clang/www/get_started.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 20ccaf157f9..512833143b3 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -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
OpenPOWER on IntegriCloud