22 lines · plain
1@ RUN: llvm-mc -triple thumbv6m-apple-macho %s -filetype=obj -o %t2@ RUN: llvm-objdump --macho --section=__DATA,__data %t | FileCheck %s3 4@ CHECK: 00000000 000000035 .data6 .align 27 .global _foo8_foo:9 .long _bar10 .long _baz11 12 .text13 .thumb_func _bar14 .weak_definition _bar15_bar:16 bx lr17 18 .thumb_func _baz19 .global _baz20 _baz:21 bx lr22