diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-07-09 18:34:21 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-07-09 18:34:21 +0000 |
commit | f79470583759d20c20268711e6111461aefa8461 (patch) | |
tree | 051ebd4e10d734634e720f9df563953853ae93a1 /test/CodeGen/arm-aapcs-vfp.c | |
parent | d57aa886f06215da3a1bffecf6bfb7ad92075e80 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/arm-aapcs-vfp.c')
-rw-r--r-- | test/CodeGen/arm-aapcs-vfp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/arm-aapcs-vfp.c b/test/CodeGen/arm-aapcs-vfp.c index 017c14524e..45204ed2b9 100644 --- a/test/CodeGen/arm-aapcs-vfp.c +++ b/test/CodeGen/arm-aapcs-vfp.c @@ -1,3 +1,4 @@ +// REQUIRES: arm-registered-target // RUN: %clang_cc1 -triple thumbv7-apple-darwin9 \ // RUN: -target-abi aapcs \ // RUN: -target-cpu cortex-a8 \ |