[llvm-commits] [test-suite] r108244 - /test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile

Daniel Dunbar daniel at zuster.org
Tue Jul 13 09:11:26 PDT 2010


Author: ddunbar
Date: Tue Jul 13 11:11:26 2010
New Revision: 108244

URL: http://llvm.org/viewvc/llvm-project?rev=108244&view=rev
Log:
Disable -Wreturn-type for 300.twolf, which Clang now errors on.

Modified:
    test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile?rev=108244&r1=108243&r2=108244&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile Tue Jul 13 11:11:26 2010
@@ -3,5 +3,6 @@
 RUN_OPTIONS     = $(RUN_TYPE)
 STDOUT_FILENAME = $(RUN_TYPE).stdout
 HASH_PROGRAM_OUTPUT = 1
+CFLAGS += -Wno-return-type
 include ../../Makefile.spec2000
 





More information about the llvm-commits mailing list