diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-14 07:04:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-14 07:04:44 +0000 |
commit | c2bb123823e3fac43d5fe2e62272a69f017a9d48 (patch) | |
tree | 97c45ce6f5957ad5ac49dc1e4a8003bb01636905 /docs/GettingStartedVS.html | |
parent | 6fa98b13206583e6eb90b8304758b35548914944 (diff) |
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/GettingStartedVS.html')
-rw-r--r-- | docs/GettingStartedVS.html | 4 |
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> <!-- *********************************************************************** --> |