• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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