xref: /llvm-project/llvm/test/MC/ARM/Windows/thumb-attributes.s (revision e29e30b1397f3e50f3487491f8a77ae08e4e3471)
1@ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2@ RUN:   | llvm-readobj -S - | FileCheck %s
3
4    .syntax unified
5    .thumb
6
7    .text
8
9    .global function
10    .thumb_func
11function:
12    bx lr
13
14@ CHECK: Section
15@ CHECK-DAG: IMAGE_SCN_CNT_CODE
16@ CHECK-DAG: IMAGE_SCN_MEM_16BIT
17