mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22074 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -484,7 +484,7 @@ dnl=== SECTION 8: Check for specific functions needed
|
||||
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])
|
||||
|
Reference in New Issue
Block a user