From b599ecef71b6f7c7b9bd430ccccc7ad2a41d8386 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). llvm-svn: 8142 --- llvm/docs/ReleaseTasks.html | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/docs/ReleaseTasks.html b/llvm/docs/ReleaseTasks.html index e84829a3bcea..4ba8f58a0565 100644 --- a/llvm/docs/ReleaseTasks.html +++ b/llvm/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