diff options
| author | John Brawn <john.brawn@arm.com> | 2015-08-12 15:55:55 +0000 |
|---|---|---|
| committer | John Brawn <john.brawn@arm.com> | 2015-08-12 15:55:55 +0000 |
| commit | 2106b7525c11b5ce9412c919b2d0fafbd39cfd5f (patch) | |
| tree | 77876f045068995ecae1154b151783f6419cab08 | |
| parent | 6a2b73c8b0a5c557d0af1c76da669b8f30af5c2b (diff) | |
| download | bcm5719-llvm-2106b7525c11b5ce9412c919b2d0fafbd39cfd5f.tar.gz bcm5719-llvm-2106b7525c11b5ce9412c919b2d0fafbd39cfd5f.zip | |
The alias.c test now requires arm-registered-target
This should fix a buildbot failure
llvm-svn: 244760
| -rw-r--r-- | clang/test/CodeGen/alias.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/alias.c b/clang/test/CodeGen/alias.c index 12c64694d1a..d6da1944920 100644 --- a/clang/test/CodeGen/alias.c +++ b/clang/test/CodeGen/alias.c @@ -1,3 +1,4 @@ +// REQUIRES: arm-registered-target // RUN: %clang_cc1 -triple i386-pc-linux-gnu -emit-llvm -o - %s | FileCheck -check-prefix=CHECKBASIC %s // RUN: %clang_cc1 -triple armv7a-eabi -mfloat-abi hard -emit-llvm -o - %s | FileCheck -check-prefix=CHECKCC %s // RUN: %clang_cc1 -triple armv7a-eabi -mfloat-abi hard -S -o - %s | FileCheck -check-prefix=CHECKASM %s |

