You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
342 B
12 lines
342 B
// RUN: llvm-mc -triple aarch64-elf -filetype asm -o - %s | FileCheck %s
|
|
// RUN: llvm-mc -triple aarch64-elf -filetype obj -o - %s \
|
|
// RUN: | llvm-readobj --symbols - | FileCheck %s --check-prefix=CHECK-ST_OTHER
|
|
|
|
.text
|
|
.global foo
|
|
.variant_pcs foo
|
|
// CHECK: .variant_pcs foo
|
|
|
|
// CHECK-ST_OTHER: Name: foo
|
|
// CHECK-ST_OTHER: Other [ (0x80)
|