commit | 6acbedd293fb8cfd46d5a5a330b1ca36c3c9c286 | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Sun Dec 30 01:38:50 2007 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Sun Dec 30 01:38:50 2007 +0000 |
tree | 0badb87a449575021d8733205f1d7e193007bb8c | |
parent | aade3bf5bccb18b07b84b104f0d0f96872446cf8 [diff] [blame] |
Rename stats to print-stats to avoid conflicting with llvm's stats statistic when clang is built as a dylib. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45441 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c index 1756fd4..9c9c378 100644 --- a/test/Sema/carbon.c +++ b/test/Sema/carbon.c
@@ -1,4 +1,4 @@ -// RUN: clang %s -fsyntax-only -stats +// RUN: clang %s -fsyntax-only -print-stats #ifdef __APPLE__ #include <Carbon/Carbon.h> #endif