[cfe-commits] r132694 - /cfe/trunk/test/Sema/carbon.c

Eli Friedman eli.friedman at gmail.com
Mon Jun 6 15:25:48 PDT 2011


Author: efriedma
Date: Mon Jun  6 17:25:48 2011
New Revision: 132694

URL: http://llvm.org/viewvc/llvm-project?rev=132694&view=rev
Log:
Second try at fixing this test, this time without breaking 32-bit Darwin builders.


Modified:
    cfe/trunk/test/Sema/carbon.c

Modified: cfe/trunk/test/Sema/carbon.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/carbon.c?rev=132694&r1=132693&r2=132694&view=diff
==============================================================================
--- cfe/trunk/test/Sema/carbon.c (original)
+++ cfe/trunk/test/Sema/carbon.c Mon Jun  6 17:25:48 2011
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -print-stats
+// RUN: %clang -fsyntax-only %s -print-stats
 #ifdef __APPLE__
 #include <Carbon/Carbon.h>
 #endif





More information about the cfe-commits mailing list