[llvm-commits] [parallel] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Mar 1 19:05:03 PST 2004
Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++:
Makefile updated: 1.8 -> 1.8.4.1
---
Log message:
Merge from trunk
---
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.8.4.1
--- 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 Mon Mar 1 17:59:13 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