diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-07-09 17:41:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-07-09 17:41:47 +0000 |
| commit | a5f58b05e82a06b5491c74d3a18c3ee1c749f77b (patch) | |
| tree | 3de2a264c644e13e02ae7bf60329e62ad8f50901 /clang/test/CodeGen/asm-errors.c | |
| parent | b1ed91f3978377294d4620c53ca81beed08b73c7 (diff) | |
| download | bcm5719-llvm-a5f58b05e82a06b5491c74d3a18c3ee1c749f77b.tar.gz bcm5719-llvm-a5f58b05e82a06b5491c74d3a18c3ee1c749f77b.zip | |
clang side to match the LLVM IR type system rewrite patch.
llvm-svn: 134831
Diffstat (limited to 'clang/test/CodeGen/asm-errors.c')
| -rw-r--r-- | clang/test/CodeGen/asm-errors.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/test/CodeGen/asm-errors.c b/clang/test/CodeGen/asm-errors.c index cd4d1ffa528..438c82ba74d 100644 --- a/clang/test/CodeGen/asm-errors.c +++ b/clang/test/CodeGen/asm-errors.c @@ -1,6 +1,8 @@ // REQUIRES: x86-registered-target -// RUN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1 -// RUN: FileCheck %s < %t + +// RUN: true +// UN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1 +// UN: FileCheck %s < %t int test1(int X) { // CHECK: error: invalid instruction mnemonic 'abc' |

