Author: lattner
Date: Wed Nov 14 01:04:44 2007
New Revision: 44102

URL: http://llvm.org/viewvc/llvm-project?rev=44102&view=rev
Log:
Document a limitation, patch contributed by George Russell

Modified:
    llvm/trunk/docs/GettingStartedVS.html

Modified: llvm/trunk/docs/GettingStartedVS.html
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStartedVS.html?rev=44102&r1=44101&r2=44102&view=diff

==============================================================================
--- llvm/trunk/docs/GettingStartedVS.html (original)
+++ llvm/trunk/docs/GettingStartedVS.html Wed Nov 14 01:04:44 2007
@@ -172,6 +172,10 @@
   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>
 
 <!-- *********************************************************************** 
-->


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to