• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump  --dump-section-data | FileCheck %s
2
3.zero 4
4.zero 1,42
5
6// CHECK: ('sh_name', 0x00000001) # '.text'
7// CHECK: ('sh_type', 0x00000001)
8// CHECK: ('sh_flags', 0x0000000000000006)
9// CHECK: ('sh_addr', 0x0000000000000000)
10// CHECK: ('sh_offset', 0x0000000000000040)
11// CHECK: ('sh_size', 0x0000000000000005)
12// CHECK: ('sh_link', 0x00000000)
13// CHECK: ('sh_info', 0x00000000)
14// CHECK: ('sh_addralign', 0x0000000000000004)
15// CHECK: ('sh_entsize', 0x0000000000000000)
16// CHECK: ('_section_data', '00000000 2a')
17