summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/a15.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/a15.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/a15.c')
-rw-r--r--clang/test/CodeGen/a15.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/a15.c b/clang/test/CodeGen/a15.c
index 115b1091da3..3147c198611 100644
--- a/clang/test/CodeGen/a15.c
+++ b/clang/test/CodeGen/a15.c
@@ -1,4 +1,5 @@
// RUN: %clang -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s -o /dev/null
+// REQUIRES: arm-registered-target
int main() {
return 0;
OpenPOWER on IntegriCloud