diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-01-02 07:10:51 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-01-02 07:10:51 +0000 |
| commit | b7481cfcdfd71fb42065c020c75d0de75f985c8a (patch) | |
| tree | 0a86369de9a47ba2d9abcdd0edcba6f398cb7c1b /llvm/docs/GettingStartedVS.html | |
| parent | 8730c6d46cf901c96f2e1640335d89faba8eb74d (diff) | |
| download | bcm5719-llvm-b7481cfcdfd71fb42065c020c75d0de75f985c8a.tar.gz bcm5719-llvm-b7481cfcdfd71fb42065c020c75d0de75f985c8a.zip | |
lex and bison aren't needed to build llvm anymore.
llvm-svn: 61560
Diffstat (limited to 'llvm/docs/GettingStartedVS.html')
| -rw-r--r-- | llvm/docs/GettingStartedVS.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html index e47f09ee6dc..35413c6f4f7 100644 --- a/llvm/docs/GettingStartedVS.html +++ b/llvm/docs/GettingStartedVS.html @@ -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> |

