From b7481cfcdfd71fb42065c020c75d0de75f985c8a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 Jan 2009 07:10:51 +0000 Subject: lex and bison aren't needed to build llvm anymore. llvm-svn: 61560 --- llvm/docs/DeveloperPolicy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/DeveloperPolicy.html') 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.
  • Patches should not include differences in generated code such as the - code generated by flex, bison or tblgen. The + code generated by autoconf or tblgen. The utils/mkpatch utility takes care of this for you.
  • -- cgit v1.2.3