From 85c80f23177deb63bf75fff52adf32d870a149da Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 25 Sep 2013 15:21:56 +0000 Subject: [PATCH] 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 --- test/Sema/carbon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 #endif - -- 2.40.0