From 2987c57924b69f5af7fed5748de6d05d0d5c6e50 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 9 Jul 2012 18:34:21 +0000 Subject: 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 --- clang/test/CodeGen/fp16-ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/test/CodeGen/fp16-ops.c') diff --git a/clang/test/CodeGen/fp16-ops.c b/clang/test/CodeGen/fp16-ops.c index cbbfb884df5..e5065133067 100644 --- a/clang/test/CodeGen/fp16-ops.c +++ b/clang/test/CodeGen/fp16-ops.c @@ -1,3 +1,4 @@ +// REQUIRES: arm-registered-target // RUN: %clang_cc1 -emit-llvm -o - -triple arm-none-linux-gnueabi %s | FileCheck %s typedef unsigned cond_t; -- cgit v1.2.3