diff options
Diffstat (limited to 'test/CodeGen/pr5406.c')
-rw-r--r-- | test/CodeGen/pr5406.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/pr5406.c b/test/CodeGen/pr5406.c index da74d6b64fe5..2d198220a770 100644 --- a/test/CodeGen/pr5406.c +++ b/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 |