LowerSwitch: track bounding range for the condition tree.
[oota-llvm.git] / test / Object / size-trivial-macho.test
1 RUN: llvm-size -A %p/Inputs/macho-text-data-bss.macho-x86_64 \
2 RUN:         | FileCheck %s -check-prefix A
3 RUN: llvm-size -B %p/Inputs/macho-text-data-bss.macho-x86_64 \
4 RUN:         | FileCheck %s -check-prefix B
5
6 A: section              size   addr
7 A: __text                 12      0
8 A: __data                  4     12
9 A: __bss                   4    112
10 A: __compact_unwind       32     16
11 A: __eh_frame             64     48
12 A: Total                 116
13
14 B:   text    data     bss     dec     hex filename
15 B:     12     100       4     116      74