aboutsummaryrefslogtreecommitdiffstats
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-02 07:10:51 +0000
committerChris Lattner <sabre@nondot.org>2009-01-02 07:10:51 +0000
commit01bb8b0c36ffb81b0ee09c01d14eb90386b4b2ca (patch)
tree8d3fe0fb930fb3b8ca3f10519708758c026064b5 /docs/DeveloperPolicy.html
parent0c7b39fb56483bf8dba7fa345638cf009aafa5cd (diff)
downloadexternal_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/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index 61b7864..6e8f970 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>