diff options
Diffstat (limited to 'clang/test/CodeGen/a15.c')
-rw-r--r-- | clang/test/CodeGen/a15.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/a15.c b/clang/test/CodeGen/a15.c index 115b1091da3..3147c198611 100644 --- a/clang/test/CodeGen/a15.c +++ b/clang/test/CodeGen/a15.c @@ -1,4 +1,5 @@ // RUN: %clang -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s -o /dev/null +// REQUIRES: arm-registered-target int main() { return 0; |