[llvm-commits] CVS: llvm-test/autoconf/configure.ac 
    John Criswell 
    criswell at cs.uiuc.edu
       
    Mon Aug  8 14:26:30 PDT 2005
    
    
  
Changes in directory llvm-test/autoconf:
configure.ac updated: 1.26 -> 1.27
---
Log message:
Added the configure option for the ALPBench benchmark suite.
---
Diffs of the changes:  (+1 -0)
 configure.ac |    1 +
 1 files changed, 1 insertion(+)
Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/autoconf/configure.ac:1.26 llvm-test/autoconf/configure.ac:1.27
--- llvm-test/autoconf/configure.ac:1.26	Sun Jul 17 00:37:51 2005
+++ llvm-test/autoconf/configure.ac	Mon Aug  8 16:26:12 2005
@@ -115,6 +115,7 @@
 EXTERNAL_BENCHMARK(namd,/home/vadve/shared/benchmarks/spec_namd)
 EXTERNAL_BENCHMARK(sweep3d,/home/vadve/criswell/umt2k)
 EXTERNAL_BENCHMARK(fpgrowth,/home/vadve/shared/benchmarks/fpgrowth)
+EXTERNAL_BENCHMARK(alp,/home/vadve/shared/benchmarks/ALP)
 
 dnl Create the output files
 AC_OUTPUT
    
    
More information about the llvm-commits
mailing list