From 6dbc5887e5226b77a5b850d70e0a5083b0992d30 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 25 Aug 2003 16:51:44 +0000 Subject: [PATCH] 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 --- docs/ReleaseTasks.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ReleaseTasks.html b/docs/ReleaseTasks.html index e84829a3bce..4ba8f58a056 100644 --- a/docs/ReleaseTasks.html +++ b/docs/ReleaseTasks.html @@ -118,7 +118,6 @@ a "wishlist" of desirable features.
  • Move the Reoptimizer code out of mainline CVS and the release.
  • -
  • Add autoconf checks to ensure that the compiler is GCC 3.x or higher.
  • Documentation