mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-17 21:25:33 +00:00
Changes for ffs lib call simplification:
* Check for availability of ffsll call in configure script * Support ffs, ffsl, and ffsll conversion to constant value if the argument is constant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22027 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -27227,7 +27227,7 @@ fi
|
||||
|
||||
|
||||
|
||||
for ac_func in backtrace getcwd getpagesize getrusage gettimeofday isatty
|
||||
for ac_func in backtrace ffsll getcwd getpagesize getrusage gettimeofday
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
@@ -27331,7 +27331,8 @@ done
|
||||
|
||||
|
||||
|
||||
for ac_func in mkdtemp mkstemp mktemp
|
||||
|
||||
for ac_func in isatty mkdtemp mkstemp mktemp
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
|
Reference in New Issue
Block a user