aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/aarch64-cortex-a53-843419-cli.s
blob: 30abc8f06d20db60a478921233ef46122ae12e38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// 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 %t2 2>&1 | FileCheck %s

// CHECK: --fix-cortex-a53-843419 is only supported on AArch64 targets.
.globl entry
.text
        .quad 0
entry:
        ret