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

John Criswell criswell at cs.uiuc.edu
Wed Dec 10 09:32:02 PST 2003


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

Makefile updated: 1.4 -> 1.5

---
Log message:

Added the -Wno-deprecated flag to avoid spurious error messages.



---
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.4 llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.5
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.4	Mon Dec  8 17:00:01 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile	Wed Dec 10 09:31:43 2003
@@ -1,4 +1,5 @@
 LEVEL = ../../../../..
+CXXFLAGS += -Wno-deprecated
 CPPFLAGS += -Wno-deprecated
 LDFLAGS += -lpthread -lstdc++
 LIBS += -lstdc++





More information about the llvm-commits mailing list