From: Rafael Espindola <rafael.espindola@gmail.com>
Date: Wed, 25 Sep 2013 15:21:56 +0000 (+0000)
Subject: Don't pass -print-stats to the driver, it is a -cc1 option only.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85c80f23177deb63bf75fff52adf32d870a149da;p=clang

Don't pass -print-stats to the driver, it is a -cc1 option only.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191376 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c
index 045d72c86a..0498116dd1 100644
--- a/test/Sema/carbon.c
+++ b/test/Sema/carbon.c
@@ -1,5 +1,4 @@
-// RUN: %clang -fsyntax-only %s -print-stats
+// RUN: %clang -fsyntax-only %s
 #ifdef __APPLE__
 #include <Carbon/Carbon.h>
 #endif
-