Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / MC / MachO / temp-labels.s
blobb7382b7d2c8283070560d82c37a13271c7163c61
1 // RUN: llvm-mc -triple x86_64-apple-darwin10 %s -filetype=obj -L -o - | macho-dump --dump-section-data | FileCheck %s
3 // CHECK: # Load Command 1
4 // CHECK: (('command', 2)
5 // CHECK: ('size', 24)
6 // CHECK: ('symoff', 296)
7 // CHECK: ('nsyms', 2)
8 // CHECK: ('stroff', 328)
9 // CHECK: ('strsize', 8)
10 // CHECK: ('_string_data', '\x00_f0\x00L0\x00')
11 // CHECK: ('_symbols', [
12 // CHECK: # Symbol 0
13 // CHECK: (('n_strx', 1)
14 // CHECK: ('n_type', 0xe)
15 // CHECK: ('n_sect', 1)
16 // CHECK: ('n_desc', 0)
17 // CHECK: ('n_value', 0)
18 // CHECK: ('_string', '_f0')
19 // CHECK: ),
20 // CHECK: # Symbol 1
21 // CHECK: (('n_strx', 5)
22 // CHECK: ('n_type', 0xe)
23 // CHECK: ('n_sect', 1)
24 // CHECK: ('n_desc', 0)
25 // CHECK: ('n_value', 4)
26 // CHECK: ('_string', 'L0')
27 // CHECK: ),
28 // CHECK: ])
29 // CHECK: ),
30 _f0:
31 .long 0
32 L0:
33 .long 0