From c2bb123823e3fac43d5fe2e62272a69f017a9d48 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Wed, 14 Nov 2007 07:04:44 +0000
Subject: [PATCH] Document a limitation, patch contributed by George Russell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44102 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStartedVS.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html
index 2e21b33b72a..a09559ed8e6 100644
--- a/docs/GettingStartedVS.html
+++ b/docs/GettingStartedVS.html
@@ -172,6 +172,10 @@ changes are continually making the VS support better.
not need them and the pre-generated files that come with the source tree
will be used.
+
+ Do not install the LLVM directory tree into a path containing spaces (e.g.
+ C:\Documents and Settings\...) as the configure step will fail.
+