diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-25 12:48:07 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-25 12:48:07 +0000 |
commit | 0b495cdb1939f8b9e8a470e138dba5204872c38c (patch) | |
tree | 4caa3e23b116f22491afdadf894eacf1abb8d366 /test/CodeGen/blocks-aligned-byref-variable.c | |
parent | bd65bb511c26549c96b829c1282e4c877588564a (diff) |
A bug I've introduced in STDIN handling surfaced a few broken tests, fix them.
Lexer/hexfloat.cpp is now XFAIL'd, I'd appreciate if someone could look into it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/blocks-aligned-byref-variable.c')
-rw-r--r-- | test/CodeGen/blocks-aligned-byref-variable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/blocks-aligned-byref-variable.c b/test/CodeGen/blocks-aligned-byref-variable.c index 79ac41dcd5..07d683c352 100644 --- a/test/CodeGen/blocks-aligned-byref-variable.c +++ b/test/CodeGen/blocks-aligned-byref-variable.c @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -emit-llvm -o - -triple x86_64-apple-darwin10 -// RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin10 +// RUN: %clang_cc1 -emit-llvm -o - -triple x86_64-apple-darwin10 -fblocks %s +// RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin10 -fblocks %s typedef int __attribute__((aligned(32))) ai; void f() { |