summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/parameter-passing.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-10-24 02:57:57 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-10-24 02:57:57 +0000
commita22fe582d24dacc925522e4294e53a134334a1c9 (patch)
tree388ea60085212c8c11bbe15eb9bef9e576e5ae98 /clang/test/CodeGen/parameter-passing.c
parent26434527463c7f33d412d6db67f75bba674e1a2b (diff)
downloadbcm5719-llvm-a22fe582d24dacc925522e4294e53a134334a1c9.tar.gz
bcm5719-llvm-a22fe582d24dacc925522e4294e53a134334a1c9.zip
clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.
llvm-svn: 166541
Diffstat (limited to 'clang/test/CodeGen/parameter-passing.c')
-rw-r--r--clang/test/CodeGen/parameter-passing.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/parameter-passing.c b/clang/test/CodeGen/parameter-passing.c
index e48815b9661..95a07f5258f 100644
--- a/clang/test/CodeGen/parameter-passing.c
+++ b/clang/test/CodeGen/parameter-passing.c
@@ -14,6 +14,8 @@
// RUN: %clang_cc1 %s -triple powerpc-unknown-unknown -O3 -emit-llvm -o %t
// RUN: not grep '@g0' %t
+// REQUIRES: ppc32-registered-target,x86-registered-target,x86-64-registered-target
+
typedef _Bool BoolTy;
typedef int ScalarTy;
typedef _Complex int ComplexTy;
OpenPOWER on IntegriCloud