[llvm-commits] [test-suite] r137577 - /test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile

Cameron Zwarich zwarich at apple.com
Sun Aug 14 01:04:09 PDT 2011


Author: zwarich
Date: Sun Aug 14 03:04:09 2011
New Revision: 137577

URL: http://llvm.org/viewvc/llvm-project?rev=137577&view=rev
Log:
Fix 403.gcc so it works remotely.

Modified:
    test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile?rev=137577&r1=137576&r2=137577&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile Sun Aug 14 03:04:09 2011
@@ -23,9 +23,9 @@
 include ../../Makefile.spec2006
 
 ifeq ($(RUN_TYPE),test)
-  RUN_OPTIONS      = cccp.i -o cccp.s
+  RUN_OPTIONS      = cccp.i -o -
   STDOUT_FILENAME := cccp.s
 else
-  RUN_OPTIONS      = integrate.i -o integrate.s
+  RUN_OPTIONS      = integrate.i -o -
   STDOUT_FILENAME := integrate.s
 endif





More information about the llvm-commits mailing list