Home | History | Annotate | Download | only in AArch64
      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
      6 Lcontext_save0:
      7 context_save0:
      8  .fill 2, 8, 5
      9 Lcontext_save0_end:
     10 Lcontext_save0_size: .quad (Lcontext_save0_end - Lcontext_save0)
     11 
     12  .align 6
     13 Lcontext_save1:
     14  .fill 2, 8, 0
     15 Lcontext_save1_end:
     16 Lcontext_save1_size: .quad (Lcontext_save1_end - Lcontext_save1)
     17 
     18 Llockup_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