mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 09:53:54 +00:00
7e7be050ac
Patch by Martin Storsjö. llvm-svn: 276877
17 lines
299 B
ArmAsm
17 lines
299 B
ArmAsm
@ 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
|