brintos

brintos / llvm-project-archived public Read only

0
0
Text · 299 B · 5b589a3 Raw
17 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    .global function10    .thumb_func11function:12    bx lr13 14@ CHECK: Section15@ CHECK-DAG: IMAGE_SCN_CNT_CODE16@ CHECK-DAG: IMAGE_SCN_MEM_16BIT17