summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
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
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')
-rw-r--r--clang/test/CodeGen/blocks-aligned-byref-variable.c4
-rw-r--r--clang/test/CodeGen/pragma-pack-1.c2
2 files changed, 3 insertions, 3 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() {
diff --git a/clang/test/CodeGen/pragma-pack-1.c b/clang/test/CodeGen/pragma-pack-1.c
index f5d301639e0..c30a62ac3c4 100644
--- a/clang/test/CodeGen/pragma-pack-1.c
+++ b/clang/test/CodeGen/pragma-pack-1.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -o -
+// RUN: %clang_cc1 -emit-llvm -o - %s
// PR4610
#pragma pack(4)
OpenPOWER on IntegriCloud