summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-14 07:04:44 +0000
committerChris Lattner <sabre@nondot.org>2007-11-14 07:04:44 +0000
commitc2bb123823e3fac43d5fe2e62272a69f017a9d48 (patch)
tree97c45ce6f5957ad5ac49dc1e4a8003bb01636905 /docs
parent6fa98b13206583e6eb90b8304758b35548914944 (diff)
downloadllvm-c2bb123823e3fac43d5fe2e62272a69f017a9d48.tar.gz
llvm-c2bb123823e3fac43d5fe2e62272a69f017a9d48.tar.bz2
llvm-c2bb123823e3fac43d5fe2e62272a69f017a9d48.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStartedVS.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html
index 2e21b33b72..a09559ed8e 100644
--- a/docs/GettingStartedVS.html
+++ b/docs/GettingStartedVS.html
@@ -172,6 +172,10 @@ changes are continually making the VS support better.</p>
not need them and the pre-generated files that come with the source tree
will be used.</p>
+ <p>
+ Do not install the LLVM directory tree into a path containing spaces (e.g.
+ C:\Documents and Settings\...) as the configure step will fail.</p>
+
</div>
<!-- *********************************************************************** -->