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

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 8 16:50:01 PST 2004


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

Makefile updated: 1.8 -> 1.9

---
Log message:

The except test requires EH support (not suprisingly).  With this, all of these
tests pass for me.


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

Index: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
diff -u llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.8 llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.9
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.8	Thu Dec 11 22:14:24 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile	Sun Feb  8 16:48:53 2004
@@ -3,5 +3,6 @@
 CPPFLAGS += -Wno-deprecated
 LDFLAGS += -lm
 LIBS += -lstdc++
+REQUIRES_EH_SUPPORT=1
 
 include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc





More information about the llvm-commits mailing list