1// RUN: llvm-mc -triple aarch64-elf -filetype asm -o - %s | FileCheck %s
2// RUN: llvm-mc -triple aarch64-elf -filetype obj -o - %s \
3// RUN:   | llvm-readobj --symbols - | FileCheck %s --check-prefix=CHECK-ST_OTHER
4
5.text
6.global foo
7.variant_pcs foo
8// CHECK: .variant_pcs foo
9
10// CHECK-ST_OTHER: Name: foo
11// CHECK-ST_OTHER: Other [ (0x80)
12