summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/blocks-aligned-byref-variable.c
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-06-25 12:48:07 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-06-25 12:48:07 +0000
commit9aa0d39443363fc165977e2dc3157f3c31421251 (patch)
treee6efb2bed7adcdd35f1d1629a752743698f5b2a5 /clang/test/CodeGen/blocks-aligned-byref-variable.c
parentce2a92220f2226079367c9e1c9fcc0d344cce65c (diff)
downloadbcm5719-llvm-9aa0d39443363fc165977e2dc3157f3c31421251.tar.gz
bcm5719-llvm-9aa0d39443363fc165977e2dc3157f3c31421251.zip
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. llvm-svn: 106840
Diffstat (limited to 'clang/test/CodeGen/blocks-aligned-byref-variable.c')
-rw-r--r--clang/test/CodeGen/blocks-aligned-byref-variable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/blocks-aligned-byref-variable.c b/clang/test/CodeGen/blocks-aligned-byref-variable.c
index 79ac41dcd5d..07d683c3526 100644
--- a/clang/test/CodeGen/blocks-aligned-byref-variable.c
+++ b/clang/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() {
OpenPOWER on IntegriCloud