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 | 322a04ec7c5db1b94df6629cd249655b5eabf240 (patch) | |
| tree | 794b4ae51ec9edc25c230ef8510934d7fe196d33 /llvm/docs/GettingStartedVS.html | |
| parent | c6243020a651adf54c586994423928886f71a17c (diff) | |
| download | bcm5719-llvm-322a04ec7c5db1b94df6629cd249655b5eabf240.tar.gz bcm5719-llvm-322a04ec7c5db1b94df6629cd249655b5eabf240.zip | |
Document a limitation, patch contributed by George Russell
llvm-svn: 44102
Diffstat (limited to 'llvm/docs/GettingStartedVS.html')
| -rw-r--r-- | llvm/docs/GettingStartedVS.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html index 2e21b33b72a..a09559ed8e6 100644 --- a/llvm/docs/GettingStartedVS.html +++ b/llvm/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> <!-- *********************************************************************** --> |

