summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bool_test.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/bool_test.c
parent984d0ba6b66899d7e40b2b07bb9261c4cf0a16fb (diff)
downloadbcm5719-llvm-2987c57924b69f5af7fed5748de6d05d0d5c6e50.tar.gz
bcm5719-llvm-2987c57924b69f5af7fed5748de6d05d0d5c6e50.zip
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/bool_test.c')
-rw-r--r--clang/test/CodeGen/bool_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/bool_test.c b/clang/test/CodeGen/bool_test.c
index ffaaef8123c..715f8467b58 100644
--- a/clang/test/CodeGen/bool_test.c
+++ b/clang/test/CodeGen/bool_test.c
@@ -1,3 +1,4 @@
+// REQUIRES: ppc32-registered-target
// RUN: %clang_cc1 -triple powerpc-apple-darwin -emit-llvm -o - %s| FileCheck -check-prefix=DARWINPPC-CHECK %s
int boolsize = sizeof(_Bool);
OpenPOWER on IntegriCloud