[llvm-commits] CVS: llvm-test/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Thu Oct 21 08:15:12 PDT 2004
Changes in directory llvm-test/autoconf:
configure.ac updated: 1.10 -> 1.11
---
Log message:
Added checks for Sweep3D and fpgrowth.
---
Diffs of the changes: (+2 -0)
Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/autoconf/configure.ac:1.10 llvm-test/autoconf/configure.ac:1.11
--- llvm-test/autoconf/configure.ac:1.10 Fri Oct 15 08:37:16 2004
+++ llvm-test/autoconf/configure.ac Thu Oct 21 10:14:59 2004
@@ -117,6 +117,8 @@
EXTERNAL_BENCHMARK(spec2000,/home/vadve/shared/benchmarks/speccpu2000/benchspec)
EXTERNAL_BENCHMARK(povray,/home/vadve/shared/benchmarks/povray31)
EXTERNAL_BENCHMARK(namd,/home/vadve/shared/benchmarks/spec_namd)
+EXTERNAL_BENCHMARK(sweedp3d,/home/vadve/criswell/umt2k)
+EXTERNAL_BENCHMARK(fpgrowth,/home/vadve/shared/benchmarks/fpgrowth)
dnl Check for f2c
CHECK_F2C_ALL()
More information about the llvm-commits
mailing list