[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Sat May 14 09:43:04 PDT 2005



Changes in directory llvm:

configure updated: 1.183 -> 1.184
---
Log message:

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.


---
Diffs of the changes:  (+3 -2)

 configure |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm/configure
diff -u llvm/configure:1.183 llvm/configure:1.184
--- llvm/configure:1.183	Fri May 13 13:30:13 2005
+++ llvm/configure	Sat May 14 11:42:52 2005
@@ -27227,7 +27227,7 @@
 
 
 
-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 @@
 
 
 
-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






More information about the llvm-commits mailing list