r191376 - Don't pass -print-stats to the driver, it is a -cc1 option only.
Rafael Espindola
rafael.espindola at gmail.com
Wed Sep 25 08:21:57 PDT 2013
Author: rafael
Date: Wed Sep 25 10:21:56 2013
New Revision: 191376
URL: http://llvm.org/viewvc/llvm-project?rev=191376&view=rev
Log:
Don't pass -print-stats to the driver, it is a -cc1 option only.
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=191376&r1=191375&r2=191376&view=diff
==============================================================================
--- cfe/trunk/test/Sema/carbon.c (original)
+++ cfe/trunk/test/Sema/carbon.c Wed Sep 25 10:21:56 2013
@@ -1,5 +1,4 @@
-// RUN: %clang -fsyntax-only %s -print-stats
+// RUN: %clang -fsyntax-only %s
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif
-
More information about the cfe-commits
mailing list