diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-04 06:51:22 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-04 06:51:22 +0000 |
commit | 4896c5db35e03e4374677e01fe0e2a28e4dd2605 (patch) | |
tree | 60cf2b1137f7db6536e2b162ae826d46f31fb3aa | |
parent | 172c362fefe3d6e762ada119d4084ed4ed31595b (diff) |
Update list of supported bisons.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25082 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 369b4030ff..fd4fd5aa6a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -362,7 +362,7 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p> <tr> <td><a href="http://www.gnu.org/software/bison/bison.html">Bison</a></td> - <td>1.28, 1.35, 1.75, or 2.0 (not 1.85)</td> + <td>1.28, 1.35, 1.75, 1.875d, 2.0, or 2.1<br>(not 1.85 or 1.875)</td> <td>YACC compiler</td> </tr> |