summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-10 01:11:54 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-10 01:11:54 +0000
commit987e49c6d0d4df3122c8f45642a6b2923ec73c9e (patch)
tree263262a362345c1a639f4310e1d04016ce5608b6 /autoconf
parent97330cf287660a60c6c25f04328c2c201d235f59 (diff)
downloadllvm-987e49c6d0d4df3122c8f45642a6b2923ec73c9e.tar.gz
llvm-987e49c6d0d4df3122c8f45642a6b2923ec73c9e.tar.bz2
llvm-987e49c6d0d4df3122c8f45642a6b2923ec73c9e.tar.xz
Added the eon and perlbmk benchmarks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index ef2392f61f..c7d21a796e 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -126,6 +126,8 @@ AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CINT2000/176.gcc/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CINT2000/181.mcf/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CINT2000/186.crafty/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CINT2000/197.parser/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CINT2000/252.eon/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CINT2000/253.perlbmk/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CINT2000/254.gap/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CINT2000/255.vortex/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/External/SPEC/CINT2000/256.bzip2/Makefile)