diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-26 09:21:58 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-26 09:21:58 +0000 |
| commit | 00eecb88a4e07c0633822f38cff17143583fdae6 (patch) | |
| tree | 0df604eb7d3247c0780f3e60ebf166795de46734 | |
| parent | bbda083c755e514b14d261fd9fec6a1c4fa04ec2 (diff) | |
| download | bcm5719-llvm-00eecb88a4e07c0633822f38cff17143583fdae6.tar.gz bcm5719-llvm-00eecb88a4e07c0633822f38cff17143583fdae6.zip | |
lld/test/elf2/basic-aarch64.s should not REQUIRE x86.
FIXME: The feature "arm64" is not activated in lit.cfg.
llvm-svn: 248664
| -rw-r--r-- | lld/test/elf2/basic-aarch64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf2/basic-aarch64.s b/lld/test/elf2/basic-aarch64.s index c6524c686f1..4bcf4a8819e 100644 --- a/lld/test/elf2/basic-aarch64.s +++ b/lld/test/elf2/basic-aarch64.s @@ -2,7 +2,7 @@ # RUN: lld -flavor gnu2 %t -o %t2 # RUN: llvm-readobj -file-headers -sections -program-headers -symbols %t2 \ # RUN: | FileCheck %s -# REQUIRES: x86 +# REQUIRES: arm64 # exits with return code 42 on FreeBSD/AArch64 .globl _start; |

