blob: 6ecdf5c2a8c41b8175f3cb60635a80059bcc23df [file] [log] [blame]
Kevin Enderby403258f2014-05-19 20:36:02 +00001RUN: llvm-size -A %p/Inputs/macho-text-data-bss.macho-x86_64 \
2RUN: | FileCheck %s -check-prefix A
3RUN: llvm-size -B %p/Inputs/macho-text-data-bss.macho-x86_64 \
4RUN: | FileCheck %s -check-prefix B
5
6A: section size addr
7A: __text 12 0
8A: __data 4 12
9A: __bss 4 112
10A: __compact_unwind 32 16
11A: __eh_frame 64 48
12A: Total 116
13
14B: text data bss dec hex filename
15B: 12 100 4 116 74