diff options
author | John Criswell <criswell@uiuc.edu> | 2003-08-25 16:51:44 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-08-25 16:51:44 +0000 |
commit | 6dbc5887e5226b77a5b850d70e0a5083b0992d30 (patch) | |
tree | ba4ab782e8006bd5b30fd8c3e41c974f9ee56728 /docs | |
parent | de00db210c739353c61539250796e328c7564e3e (diff) | |
download | external_llvm-6dbc5887e5226b77a5b850d70e0a5083b0992d30.zip external_llvm-6dbc5887e5226b77a5b850d70e0a5083b0992d30.tar.gz external_llvm-6dbc5887e5226b77a5b850d70e0a5083b0992d30.tar.bz2 |
Added autoconf code that verifies that the C compiler is at the minimum
supported version (3.x).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8142 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseTasks.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/ReleaseTasks.html b/docs/ReleaseTasks.html index e84829a..4ba8f58 100644 --- a/docs/ReleaseTasks.html +++ b/docs/ReleaseTasks.html @@ -118,7 +118,6 @@ a "wishlist" of desirable features. </li> </ul> <li>Move the Reoptimizer code out of mainline CVS and the release.</li> - <li>Add autoconf checks to ensure that the compiler is GCC 3.x or higher.<br> </li> <li>Documentation</li> |