diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-04-18 18:45:36 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-04-18 18:45:36 +0000 |
| commit | a2ac7aab6ee2613e38308e5491b04a82069f5119 (patch) | |
| tree | ccc5be2e49ff3b95e91af0d847088a49018873f8 /clang | |
| parent | 07f62f1881b22fc9d3151cf277e33755c7baa4cd (diff) | |
| download | bcm5719-llvm-a2ac7aab6ee2613e38308e5491b04a82069f5119.tar.gz bcm5719-llvm-a2ac7aab6ee2613e38308e5491b04a82069f5119.zip | |
make sure to verify that the "non pch" runs worked.
llvm-svn: 69457
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/PCH/asm.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/attrs.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/blocks.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/enum.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/exprs.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/functions.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/line-directive.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/multiple_decls.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/stmts.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/struct.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/types.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/va_arg.c | 2 | ||||
| -rw-r--r-- | clang/test/PCH/variables.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/clang/test/PCH/asm.c b/clang/test/PCH/asm.c index 135abc17968..b4201ebde83 100644 --- a/clang/test/PCH/asm.c +++ b/clang/test/PCH/asm.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/asm.h -fsyntax-only -verify %s +// RUN: clang-cc -include %S/asm.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/asm.h && diff --git a/clang/test/PCH/attrs.c b/clang/test/PCH/attrs.c index 57b92c035e1..1ffb467f63d 100644 --- a/clang/test/PCH/attrs.c +++ b/clang/test/PCH/attrs.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/attrs.h -fsyntax-only -verify %s +// RUN: clang-cc -include %S/attrs.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/attrs.h && diff --git a/clang/test/PCH/blocks.c b/clang/test/PCH/blocks.c index 27286b19618..f3efc8ac4bc 100644 --- a/clang/test/PCH/blocks.c +++ b/clang/test/PCH/blocks.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -fblocks -include %S/blocks.h -fsyntax-only -emit-llvm -o - %s +// RUN: clang-cc -fblocks -include %S/blocks.h -fsyntax-only -emit-llvm -o - %s && // Test with pch. // RUN: clang-cc -emit-pch -fblocks -o %t %S/blocks.h && diff --git a/clang/test/PCH/enum.c b/clang/test/PCH/enum.c index f3e8a09d93e..45b0491c6f5 100644 --- a/clang/test/PCH/enum.c +++ b/clang/test/PCH/enum.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/enum.h -fsyntax-only -verify %s +// RUN: clang-cc -include %S/enum.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/enum.h && diff --git a/clang/test/PCH/exprs.c b/clang/test/PCH/exprs.c index ced6d178b4e..c8e6d1dc303 100644 --- a/clang/test/PCH/exprs.c +++ b/clang/test/PCH/exprs.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -fblocks -include %S/exprs.h -fsyntax-only -verify %s +// RUN: clang-cc -fblocks -include %S/exprs.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -fblocks -o %t %S/exprs.h && diff --git a/clang/test/PCH/functions.c b/clang/test/PCH/functions.c index 9042796924e..6d3c5a0f7b8 100644 --- a/clang/test/PCH/functions.c +++ b/clang/test/PCH/functions.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/functions.h -fsyntax-only -verify %s +// RUN: clang-cc -include %S/functions.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/functions.h && diff --git a/clang/test/PCH/line-directive.c b/clang/test/PCH/line-directive.c index ed54842aa74..53edb3c06b8 100644 --- a/clang/test/PCH/line-directive.c +++ b/clang/test/PCH/line-directive.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/line-directive.h -fsyntax-only %s 2>&1|grep "25:5" +// RUN: clang-cc -include %S/line-directive.h -fsyntax-only %s 2>&1|grep "25:5" && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/line-directive.h && diff --git a/clang/test/PCH/multiple_decls.c b/clang/test/PCH/multiple_decls.c index f73567ed01d..4b2fc6247ce 100644 --- a/clang/test/PCH/multiple_decls.c +++ b/clang/test/PCH/multiple_decls.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/multiple_decls.h -fsyntax-only -ast-print -o - %s +// RUN: clang-cc -include %S/multiple_decls.h -fsyntax-only -ast-print -o - %s && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/multiple_decls.h && diff --git a/clang/test/PCH/stmts.c b/clang/test/PCH/stmts.c index 9979d10d330..0d906f291f2 100644 --- a/clang/test/PCH/stmts.c +++ b/clang/test/PCH/stmts.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/stmts.h -fsyntax-only -emit-llvm -o - %s +// RUN: clang-cc -include %S/stmts.h -fsyntax-only -emit-llvm -o - %s && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/stmts.h && diff --git a/clang/test/PCH/struct.c b/clang/test/PCH/struct.c index 5ea9fe27570..027b3039201 100644 --- a/clang/test/PCH/struct.c +++ b/clang/test/PCH/struct.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/struct.h -fsyntax-only -verify %s +// RUN: clang-cc -include %S/struct.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/struct.h && diff --git a/clang/test/PCH/types.c b/clang/test/PCH/types.c index d3ed8475fd7..6463eb1d51a 100644 --- a/clang/test/PCH/types.c +++ b/clang/test/PCH/types.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -fblocks -include %S/types.h -fsyntax-only -verify %s +// RUN: clang-cc -fblocks -include %S/types.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -fblocks -o %t %S/types.h && diff --git a/clang/test/PCH/va_arg.c b/clang/test/PCH/va_arg.c index 91c6b77a335..de0bd5f73d4 100644 --- a/clang/test/PCH/va_arg.c +++ b/clang/test/PCH/va_arg.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -include %S/va_arg.h %s -emit-llvm -o - +// RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -include %S/va_arg.h %s -emit-llvm -o - && // Test with pch. // RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -o %t %S/va_arg.h && diff --git a/clang/test/PCH/variables.c b/clang/test/PCH/variables.c index afd45461d0c..18eae60f7b2 100644 --- a/clang/test/PCH/variables.c +++ b/clang/test/PCH/variables.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/variables.h -fsyntax-only -verify %s +// RUN: clang-cc -include %S/variables.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/variables.h && |

