Changes in directory llvm-test/External/SPEC/CFP2006/470.lbm:

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

Initial commit for the SPEC2006 floating point Makefiles.


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

 Makefile |   14 ++++++++++++++
 1 files changed, 14 insertions(+)


Index: llvm-test/External/SPEC/CFP2006/470.lbm/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/470.lbm/Makefile:1.1
*** /dev/null   Fri Sep  1 18:27:24 2006
--- llvm-test/External/SPEC/CFP2006/470.lbm/Makefile    Fri Sep  1 18:27:13 2006
***************
*** 0 ****
--- 1,14 ----
+ ##===- Makefile --------------------------------------------*- Makefile 
-*-===##
+ #
+ # This makefile contains information for building the SPEC2006 lbm test.
+ #
+ 
##===----------------------------------------------------------------------===##
+ 
+ LEVEL = ../../../..
+ 
+ FP_ABSTOLERANCE = 0.0000001
+ 
+ include ../../Makefile.spec2006
+ 
+ RUN_OPTIONS     := `cat $(REF_IN_DIR)lbm.in`
+ STDOUT_FILENAME := lbm.out



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to