[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

Bill Wendling isanbard at gmail.com
Wed Sep 6 14:55:51 PDT 2006



Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench:

Makefile updated: 1.2 -> 1.3
---
Log message:

Add the "perlbench" benchmark test to the SPEC2006 testing thingy.


---
Diffs of the changes:  (+13 -8)

 Makefile |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)


Index: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile
diff -u llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.2 llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.3
--- llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.2	Fri Sep  1 20:29:28 2006
+++ llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile	Wed Sep  6 16:55:34 2006
@@ -7,19 +7,14 @@
 
 LEVEL = ../../../..
 
-include ../../Makefile.spec2006
-
 CPPFLAGS += -DPERL_CORE
 
-ifeq ($(OS),Darwin)
 ifeq ($(ARCH),PowerPC)
   CPPFLAGS += -DSPEC_CPU_MACOSX_PPC
-else
+endif
 ifeq ($(ARCH),x86)
   CPPFLAGS += -DSPEC_CPU_MACOSX_IA32
 endif
-endif
-endif
 
 ifeq ($(ENDIAN),little)
   CPPFLAGS += -D__LITTLE_ENDIAN__
@@ -27,11 +22,21 @@
   CPPFLAGS += -D__BIG_ENDIAN__
 endif
 
+Source = av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c mg.c     \
+         numeric.c op.c pad.c perl.c perlapi.c perlio.c perlmain.c perly.c     \
+         pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c         \
+         regexec.c run.c scope.c sv.c taint.c toke.c universal.c utf8.c util.c \
+         xsutils.c Base64.c Cwd.c Dumper.c HiRes.c IO.c Peek.c attrs.c poll.c  \
+         stdio.c DynaLoader.c MD5.c Storable.c Parser.c specrand.c Hostname.c  \
+         Opcode.c
+
+include ../../Makefile.spec2006
+
 ifeq ($(RUN_TYPE),test)
-  RUN_OPTIONS      = test.pl
+  RUN_OPTIONS      = -I./lib test.pl
   STDOUT_FILENAME := test.out
 else
-  RUN_OPTIONS      = scrabbl.pl
+  RUN_OPTIONS      = -I./lib scrabbl.pl
   STDIN_FILENAME  := scrabbl.in
   STDOUT_FILENAME := scrabbl.out
 endif






More information about the llvm-commits mailing list