- 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...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75399
91177308-0d34-0410-b5e6-
96231b3b80d8
+++ /dev/null
-// 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
-
+++ /dev/null
-// RUN: clang-cc -mcpu=pentium4 %s -fsyntax-only -print-stats
-#ifdef __APPLE__
-#include <Carbon/Carbon.h>
-#endif
-
+++ /dev/null
-// 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
-
+++ /dev/null
-// RUN: clang-cc -mcpu=pentium4 %s -print-stats
-#ifdef __APPLE__
-#include <Cocoa/Cocoa.h>
-#endif