diff options
author | Chris Lattner <sabre@nondot.org> | 2004-08-16 20:20:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-08-16 20:20:46 +0000 |
commit | a752fceb91373817656f4968f42ce2c8f0242548 (patch) | |
tree | 3127d55c87b88dcc74a3630af72d50ad18b9f81d | |
parent | f57b8b9e70b25a6686c198982dd2809211bb7a94 (diff) | |
download | bcm5719-llvm-a752fceb91373817656f4968f42ce2c8f0242548.tar.gz bcm5719-llvm-a752fceb91373817656f4968f42ce2c8f0242548.zip |
Spaces arg!
llvm-svn: 15827
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index c46f5be545a..3ceb77c8e5a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -198,7 +198,9 @@ spaces on them when running on Win32/cygwin. We strongly recommend running LLVM and the C frontend out of a top-level directory without spaces (e.g., <tt>/cygdrive/c/llvm</tt>). Also, make sure to install <b>all</b> of the cygwin packages. By default, many important tools are not installed that -are needed by the LLVM build process or test suite (e.g., /bin/time).</p> +are needed by the LLVM build process or test suite (e.g., /bin/time). Finally, +please make sure that there are no directories with spaces in them in your +PATH environment variable.</p> </div> |