bolt/deps/llvm-18.1.8/llvm/test/MC/ARM/Windows/thumb-attributes.s

17 lines
299 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
@ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
@ RUN: | llvm-readobj -S - | FileCheck %s
.syntax unified
.thumb
.text
.global function
.thumb_func
function:
bx lr
@ CHECK: Section
@ CHECK-DAG: IMAGE_SCN_CNT_CODE
@ CHECK-DAG: IMAGE_SCN_MEM_16BIT