[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git] / test / MC / ARM / Windows / thumb-attributes.s
blob5b589a3a66939ecf8e1a876aad0839aff07f3d3c
1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -S - | FileCheck %s
4 .syntax unified
5 .thumb
7 .text
9 .global function
10 .thumb_func
11 function:
12 bx lr
14 @ CHECK: Section
15 @ CHECK-DAG: IMAGE_SCN_CNT_CODE
16 @ CHECK-DAG: IMAGE_SCN_MEM_16BIT