aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/func-return-member.c
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2012-05-09 21:21:49 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2012-05-09 21:21:49 +0000
commit060ddb0173ba91cd400f073ed0bd1f9b9c3a4d50 (patch)
treececc800f9f970526b9a18e488b9ff76fb4c47c73 /test/CodeGen/func-return-member.c
parentf6278e545d9bc09fb5d7579d1123f0a455352627 (diff)
hopefully fix a bunch of ARM buildbot failures
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/func-return-member.c')
-rw-r--r--test/CodeGen/func-return-member.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/func-return-member.c b/test/CodeGen/func-return-member.c
index 8c55a9671c..14ecac5d6b 100644
--- a/test/CodeGen/func-return-member.c
+++ b/test/CodeGen/func-return-member.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
struct frk { float _Complex c; int x; };
struct faz { struct frk f; };