Xamarin Public Jenkins (auto-signing) f32dbaf0b2 Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
2018-12-21 19:01:49 +00:00

20 lines
408 B
ArmAsm

@ Check the value of st_other for thumb function.
@ ARM does not define any st_other flags for thumb function. The value
@ for st_other should always be 0.
@ RUN: llvm-mc < %s -triple thumbv5-linux-gnueabi -filetype=obj -o - \
@ RUN: | llvm-readobj -t | FileCheck %s
.syntax unified
.text
.align 2
.thumb_func
.global main
.type main,%function
main:
bx lr
@ CHECK: Name: main
@ CHECK: Other: 0