1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/MC/Mips/elf_st_other.s
Simon Atanasyan a5a68b8d26 [llvm-readobj] Decode st_other symbol's flags
The patch supports common STV_xxx visibility flags and MIPS specific
STO_MIPS_xxx flags.

Differential Revision: http://reviews.llvm.org/D18447

llvm-svn: 264300
2016-03-24 16:10:37 +00:00

27 lines
411 B
ArmAsm

// RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux %s -o -| llvm-readobj -t | FileCheck %s
.globl f1
.type f1, @function
.set micromips
f1:
nop
.globl d1
.type d1, @object
d1:
.word 42
.globl f2
.type f2, @function
.set nomicromips
f2:
nop
// CHECK-LABEL: Name: d1
// CHECK: Other: 0
// CHECK-LABEL: Name: f1
// CHECK: Other [ (0x80)
// CHECK-LABEL: Name: f2
// CHECK: Other: 0