aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/pr5406.c
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-07-09 18:34:21 +0000
committerJim Grosbach <grosbach@apple.com>2012-07-09 18:34:21 +0000
commit2987c57924b69f5af7fed5748de6d05d0d5c6e50 (patch)
treeecb5f4a05fd9dc193fa153daa0498bef45a73c5a /clang/test/CodeGen/pr5406.c
parent984d0ba6b66899d7e40b2b07bb9261c4cf0a16fb (diff)
downloadllvm-2987c57924b69f5af7fed5748de6d05d0d5c6e50.zip
llvm-2987c57924b69f5af7fed5748de6d05d0d5c6e50.tar.gz
llvm-2987c57924b69f5af7fed5748de6d05d0d5c6e50.tar.bz2
Tests: check for target availability for target-specific tests.
Lots of tests are using an explicit target triple w/o first checking that the target is actually available. Add a REQUIRES clause to a bunch of them. This should hopefully unbreak bots which don't configure w/ all targets enabled. llvm-svn: 159949
Diffstat (limited to 'clang/test/CodeGen/pr5406.c')
-rw-r--r--clang/test/CodeGen/pr5406.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/pr5406.c b/clang/test/CodeGen/pr5406.c
index da74d6b..2d19822 100644
--- a/clang/test/CodeGen/pr5406.c
+++ b/clang/test/CodeGen/pr5406.c
@@ -1,3 +1,4 @@
+// REQUIRES: arm-registered-target
// RUN: %clang_cc1 %s -emit-llvm -triple arm-apple-darwin -o - | FileCheck %s
// PR 5406