[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile README.txt

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 6 20:12:01 PDT 2003


Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++:

Makefile added (r1.1)
README.txt added (r1.1)

---
Log message:

blah


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

Index: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
diff -c /dev/null llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.1
*** /dev/null	Mon Oct  6 20:11:54 2003
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile	Mon Oct  6 20:11:44 2003
***************
*** 0 ****
--- 1,4 ----
+ LEVEL = ../../../../..
+ LDFLAGS += -lm
+ 
+ include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc


Index: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/README.txt
diff -c /dev/null llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/README.txt:1.1
*** /dev/null	Mon Oct  6 20:11:54 2003
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/README.txt	Mon Oct  6 20:11:44 2003
***************
*** 0 ****
--- 1,4 ----
+ This directory contains testcases culled from the Programming Language Shootout:
+ 
+    http://www.bagley.org/~doug/shootout/
+ 





More information about the llvm-commits mailing list