[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Sun May 15 15:15:23 PDT 2005
Changes in directory llvm/autoconf:
configure.ac updated: 1.179 -> 1.180
---
Log message:
Remove the check for the ffsll function. Its no longer needed by the
simplify-libcalls pass (pass now computes it without a call to ffsll).
---
Diffs of the changes: (+1 -1)
configure.ac | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.179 llvm/autoconf/configure.ac:1.180
--- llvm/autoconf/configure.ac:1.179 Sat May 14 11:42:52 2005
+++ llvm/autoconf/configure.ac Sun May 15 17:15:11 2005
@@ -484,7 +484,7 @@
dnl===
dnl===-----------------------------------------------------------------------===
-AC_CHECK_FUNCS([backtrace ffsll getcwd getpagesize getrusage gettimeofday ])
+AC_CHECK_FUNCS([backtrace getcwd getpagesize getrusage gettimeofday ])
AC_CHECK_FUNCS([isatty mkdtemp mkstemp mktemp ])
AC_CHECK_FUNCS([realpath sbrk setrlimit strdup strerror strerror_r ])
AC_CHECK_FUNCS([strtoll strtoq sysconf])
More information about the llvm-commits
mailing list