diff options
Diffstat (limited to 'test/ELF/aarch64-cortex-a53-843419-cli.s')
-rw-r--r-- | test/ELF/aarch64-cortex-a53-843419-cli.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/ELF/aarch64-cortex-a53-843419-cli.s b/test/ELF/aarch64-cortex-a53-843419-cli.s deleted file mode 100644 index b19f6c3cd2510..0000000000000 --- a/test/ELF/aarch64-cortex-a53-843419-cli.s +++ /dev/null @@ -1,10 +0,0 @@ -// REQUIRES: x86 -// RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t -// RUN: not ld.lld %t -fix-cortex-a53-843419 -o /dev/null 2>&1 | FileCheck %s - -// CHECK: --fix-cortex-a53-843419 is only supported on AArch64 targets -.globl entry -.text - .quad 0 -entry: - ret |