From 737889ded722b32c2f6bf591ee45c94c11802623 Mon Sep 17 00:00:00 2001
From: Tim Northover
Date: Mon, 15 Apr 2013 11:55:27 +0000
Subject: [PATCH] Remove reference to MSVC only building X86 backend.
This is no longer true.
llvm-svn: 179519
---
clang/www/get_started.html | 4 ----
1 file changed, 4 deletions(-)
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 20ccaf157f93..512833143b33 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -176,10 +176,6 @@ Visual Studio:
cd build
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
- CMake command line. Or specify a target from the LLVM_TARGETS_TO_BUILD
- definition in CMakeLists.txt.
See the LLVM CMake guide for
more information on other configuration options for CMake.
The above, if successful, will have created an LLVM.sln file in the