Remove excessive use of Carbon.h / Cocoa.h in clang tests.

- These kinds of "shotgun" tests are very slow, and do not belong in the
   regression suite. If these kinds of tests are regarded to have value, they
   should be added to the LLVM test-suite.

 - I would actually like to remove all of these tests, but I left Sema/carbon.c
   and SemaObjC/cocoa.m...

llvm-svn: 75399
This commit is contained in:
Daniel Dunbar 2009-07-11 23:03:07 +00:00
parent 4d10f1a6c9
commit df1cff7356
4 changed files with 0 additions and 23 deletions

View File

@ -1,7 +0,0 @@
// RUN: clang-cc -mcpu=pentium4 -emit-pth -o %t %s &&
// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s &&
// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s -E %s -o /dev/null
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif

View File

@ -1,5 +0,0 @@
// RUN: clang-cc -mcpu=pentium4 %s -fsyntax-only -print-stats
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif

View File

@ -1,7 +0,0 @@
// RUN: clang-cc -mcpu=pentium4 -emit-pth -o %t %s &&
// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s &&
// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s -E %s -o /dev/null
#ifdef __APPLE__
#include <Cocoa/Cocoa.h>
#endif

View File

@ -1,4 +0,0 @@
// RUN: clang-cc -mcpu=pentium4 %s -print-stats
#ifdef __APPLE__
#include <Cocoa/Cocoa.h>
#endif