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 | 5aff3551bdaa680582890c7e9a1e35a51247bf4a (patch) | |
tree | a851ad0a6ce80b7961e4a1292d9e818eac8efe1c | |
parent | 5bc74d551a530491984bd9e78b331e6664188058 (diff) | |
download | external_llvm-5aff3551bdaa680582890c7e9a1e35a51247bf4a.tar.gz external_llvm-5aff3551bdaa680582890c7e9a1e35a51247bf4a.tar.bz2 external_llvm-5aff3551bdaa680582890c7e9a1e35a51247bf4a.zip |
Spaces arg!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15827 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c46f5be545..3ceb77c8e5 100644 --- a/docs/ReleaseNotes.html +++ b/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> |