diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index b65bff384750..6efb3ce85953 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -285,7 +285,9 @@ portability patches and reports of successful builds or error messages.

Note that the LLVM build system does not currently support directories with 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., -/cygdrive/c/llvm).

+/cygdrive/c/llvm). Also, make sure to install all 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).