Changes in directory llvm-test/External/SPEC:

Makefile.spec2006 added (r1.1)
---
Log message:

Initial commit of the top level Makefile for the SPEC 2006 benchmarks.


---
Diffs of the changes:  (+28 -0)

 Makefile.spec2006 |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+)


Index: llvm-test/External/SPEC/Makefile.spec2006
diff -c /dev/null llvm-test/External/SPEC/Makefile.spec2006:1.1
*** /dev/null   Thu Aug 31 14:29:34 2006
--- llvm-test/External/SPEC/Makefile.spec2006   Thu Aug 31 14:29:24 2006
***************
*** 0 ****
--- 1,28 ----
+ ##===- Makefile.spec2006 -----------------------------------*- Makefile 
-*-===##
+ #
+ # This makefile contains information for building SPEC2006 as an external 
test.
+ #
+ 
##===----------------------------------------------------------------------===##
+ 
+ include $(LEVEL)/Makefile.config
+ 
+ SPEC_ROOT := $(SPEC2006_ROOT)
+ CPPFLAGS += -DSPEC_CPU2006
+ 
+ # RUN_TYPE - Either ref, test, or train. May be specified on the command line.
+ # Individual tests may override this to provide better input sizes.
+ ifndef RUN_TYPE
+ ifdef LARGE_PROBLEM_SIZE
+   RUN_TYPE := train
+ else
+   RUN_TYPE := test
+ endif
+ endif
+ 
+ # Don't use CINT2006/CFP2006, always use CPU2006.
+ SPEC_SUITEDIR := CPU2006
+ 
+ include $(LEVEL)/External/SPEC/Makefile.spec
+ 
+ CPPFLAGS += -DSPEC_CPU
+ FPPFLAGS += -DSPEC_CPU



_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to