From cef64fe34e679c7ef773b36731b560c8c39a3f98 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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179519 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/get_started.html | 4 ----
1 file changed, 4 deletions(-)
diff --git a/www/get_started.html b/www/get_started.html
index 20ccaf157f..512833143b 100644
--- a/www/get_started.html
+++ b/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
--
2.40.0