Make tests use the new clang -cc1 flag.

llvm-svn: 91298
This commit is contained in:
Fariborz Jahanian 2009-12-14 17:43:07 +00:00
parent 0399c1c9c0
commit 0a47cdfeef
14 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify -fblocks %s
// RUN: clang -cc1 -fsyntax-only -verify -fblocks %s
@protocol NSObject;
void bar(id(^)(void));

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@interface NSObject @end

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@interface Foo
@end

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@protocol P0
@end

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@protocol P @end
@interface I @end

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
extern "C" {
@class Protocol;
}

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
namespace C {

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
// XFAIL: *
@interface Foo
@end

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@protocol NSObject
- retain;
- release;

View File

@ -1,5 +1,5 @@
// FIXME: This crashes, disable it until fixed.
// RN: clang-cc -verify -emit-llvm -o - %s
// RN: clang -cc1 -verify -emit-llvm -o - %s
// RUN: false
// XFAIL: *

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@interface A
- (void)asm;

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@class NSString;
id a;

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s -Wnon-pod-varargs
// RUN: clang -cc1 -fsyntax-only -verify %s -Wnon-pod-varargs
extern char version[];

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
// <rdar://problem/6463729>
@class XX;