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/DeveloperPolicy.html | |
parent | 0c7b39fb56483bf8dba7fa345638cf009aafa5cd (diff) |
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/DeveloperPolicy.html')
-rw-r--r-- | docs/DeveloperPolicy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 61b7864991..6e8f9703cc 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -107,7 +107,7 @@ diff.</li> <li>Patches should not include differences in generated code such as the - code generated by <tt>flex</tt>, <tt>bison</tt> or <tt>tblgen</tt>. The + code generated by <tt>autoconf</tt> or <tt>tblgen</tt>. The <tt>utils/mkpatch</tt> utility takes care of this for you.</li> </ol> |