[llvm-commits] [llvm] r44102 - /llvm/trunk/docs/GettingStartedVS.html
Chris Lattner
sabre at nondot.org
Tue Nov 13 23:04:44 PST 2007
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>
<!-- *********************************************************************** -->
More information about the llvm-commits
mailing list