[llvm-commits] [test-suite] r138322 - /test-suite/trunk/External/SPEC/CINT2000/Makefile

Cameron Zwarich zwarich at apple.com
Mon Aug 22 23:20:41 PDT 2011


Author: zwarich
Date: Tue Aug 23 01:20:41 2011
New Revision: 138322

URL: http://llvm.org/viewvc/llvm-project?rev=138322&view=rev
Log:
176.gcc was disabled with Clang for a use of lvalue casts, but it is easy to
patch yourself or get updated source from SPEC. I updated the Apple copy.

Modified:
    test-suite/trunk/External/SPEC/CINT2000/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2000/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/Makefile?rev=138322&r1=138321&r2=138322&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/Makefile Tue Aug 23 01:20:41 2011
@@ -13,11 +13,6 @@
 	256.bzip2 \
 	300.twolf
 
-# Disable 176.gcc when testing with Clang, which doesn't support lvalue casts.
-ifdef CC_UNDER_TEST_IS_CLANG
-PARALLEL_DIRS := $(filter-out 176.gcc, $(PARALLEL_DIRS))
-endif
-
 # Get the $(ARCH) setting
 include $(LEVEL)/Makefile.config
 





More information about the llvm-commits mailing list