From 3c49655fcc9e8d936fb2df9868a1704ccfd1ed6f Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Mon, 28 Mar 2011 06:27:06 +0000
Subject: [PATCH] docs/GettingStarted.html: Add blurb "--enable-shared" on
cygming.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128403 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 3dd2e4a8c8c..f28e5ab644f 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -268,7 +268,8 @@ software you will need.
MinGW/Win32 |
x861,6,
- 8, 10 |
+ 8, 10,
+ 11
GCC 3.4.X, binutils 2.20 |
@@ -337,9 +338,8 @@ up
before any Windows-based versions such as Strawberry Perl and
ActivePerl, as these have Windows-specifics that will cause the
build to fail.
-In general, LLVM modules requiring dynamic linking can
- not be built on Windows. However, you can build LLVM tools using
- "make tools-only".
+To use LLVM modules on Win32-based system,
+ you may configure LLVM with "--enable-shared".