From 9aa0d39443363fc165977e2dc3157f3c31421251 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 25 Jun 2010 12:48:07 +0000 Subject: 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 --- clang/test/CodeGen/blocks-aligned-byref-variable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/CodeGen/blocks-aligned-byref-variable.c') 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() { -- cgit v1.2.3