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:
parent
4d10f1a6c9
commit
df1cff7356
|
|
@ -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
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
// RUN: clang-cc -mcpu=pentium4 %s -fsyntax-only -print-stats
|
||||
#ifdef __APPLE__
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
// RUN: clang-cc -mcpu=pentium4 %s -print-stats
|
||||
#ifdef __APPLE__
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
Loading…
Reference in New Issue