diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 61b786499109..6e8f9703cc71 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -107,7 +107,7 @@ diff.
You will also need the CMake build system since it generates the project files you will use to build with.
-If you plan to modify any .y or .l files, you will need to have bison - and/or flex installed where Visual Studio can find them. Otherwise, you do - not need them and the pre-generated files that come with the source tree - will be used.
-Do not install the LLVM directory tree into a path containing spaces (e.g. C:\Documents and Settings\...) as the configure step will fail.
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 30e8f4727d1d..55875cde6d3b 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/docs/MakefileGuide.html @@ -781,8 +781,6 @@