brintos

brintos / llvm-project-archived public Read only

0
0
Text · 595 B · ea5ee8e Raw
31 lines · plain
1@ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \2@ RUN:   | llvm-readobj -S - | FileCheck %s3 4	.syntax unified5	.thumb6 7	.text8 9	.def function10		.type 3211		.scl 212	.endef13	.global function14	.thumb_func15function:16	bx lr17 18@ CHECK: Sections [19@ CHECK:   Section {20@ CHECK:     Name: .text21@ CHECK:     Characteristics [22@ CHECK:       IMAGE_SCN_ALIGN_4BYTES23@ CHECK:       IMAGE_SCN_CNT_CODE24@ CHECK:       IMAGE_SCN_MEM_16BIT25@ CHECK:       IMAGE_SCN_MEM_EXECUTE26@ CHECK:       IMAGE_SCN_MEM_PURGEABLE27@ CHECK:       IMAGE_SCN_MEM_READ28@ CHECK:     ]29@ CHECK:   }30@ CHECK: ]31