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 | 01bb8b0c36ffb81b0ee09c01d14eb90386b4b2ca (patch) | |
tree | 8d3fe0fb930fb3b8ca3f10519708758c026064b5 /docs/GettingStartedVS.html | |
parent | 0c7b39fb56483bf8dba7fa345638cf009aafa5cd (diff) | |
download | external_llvm-01bb8b0c36ffb81b0ee09c01d14eb90386b4b2ca.zip external_llvm-01bb8b0c36ffb81b0ee09c01d14eb90386b4b2ca.tar.gz external_llvm-01bb8b0c36ffb81b0ee09c01d14eb90386b4b2ca.tar.bz2 |
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
Diffstat (limited to 'docs/GettingStartedVS.html')
-rw-r--r-- | docs/GettingStartedVS.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index e47f09e..35413c6 100644 --- a/docs/GettingStartedVS.html +++ b/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> |