brintos

brintos / llvm-project-archived public Read only

0
0
Text · 385 B · 0f6466a Raw
16 lines · plain
1@ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj2@ RUN: llvm-readobj -S --sd - < %t.obj > %t.dump3@ RUN: FileCheck < %t.dump %s4        .syntax unified5        .text6	.thumb7        .thumb_func _foo8_foo:9	ldr lr, (_foo - 4)10 11        .subsections_via_symbols12 13@ CHECK:  SectionData (14@ CHECK:    0000: 5FF808E0                             |_...|15@ CHECK:  )16