• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - < %s | llvm-readobj -s -sd | 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: SectionData (
22; CHECK:   0000: 05000000 00000000 05000000 00000000  |................|
23; CHECK:   0010: 10000000 00000000 1F2003D5 1F2003D5  |......... ... ..|
24; CHECK:   0020: 1F2003D5 1F2003D5 1F2003D5 1F2003D5  |. ... ... ... ..|
25; CHECK:   0030: 1F2003D5 1F2003D5 1F2003D5 1F2003D5  |. ... ... ... ..|
26; CHECK:   0040: 00000000 00000000 00000000 00000000  |................|
27; CHECK:   0050: 10000000 00000000 00000000 00000000  |................|
28; CHECK: )
29