1; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - < %s | macho-dump -dump-section-data | FileCheck %s 2; rdar://13028719 3 4 .globl context_save0 5 .align 6 6Lcontext_save0: 7context_save0: 8 .fill 2, 8, 5 9Lcontext_save0_end: 10Lcontext_save0_size: .quad (Lcontext_save0_end - Lcontext_save0) 11 12 .align 6 13Lcontext_save1: 14 .fill 2, 8, 0 15Lcontext_save1_end: 16Lcontext_save1_size: .quad (Lcontext_save1_end - Lcontext_save1) 17 18Llockup_release: 19 .quad 0 20 21; CHECK: ('_section_data', '05000000 00000000 05000000 00000000 10000000 00000000 1f2003d5 1f2003d5 1f2003d5 1f2003d5 1f2003d5 1f2003d5 1f2003d5 1f2003d5 1f2003d5 1f2003d5 00000000 00000000 00000000 00000000 10000000 00000000 00000000 00000000') 22