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/DeveloperPolicy.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/DeveloperPolicy.html')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 61b78649910..6e8f9703cc7 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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> |