lex and bison aren't needed to build llvm anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61560 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-01-02 07:10:51 +00:00
parent 0c7b39fb56
commit 01bb8b0c36
4 changed files with 2 additions and 31 deletions
-5
View File
@@ -198,11 +198,6 @@ changes are continually making the VS support better.</p>
<p>You will also need the <a href="http://www.cmake.org/">CMake</a> build
system since it generates the project files you will use to build with.</p>
<p>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.</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>