[dsymutil] Implement -symtab/-s option.
[oota-llvm.git] / test / tools / dsymutil / dump-symtab.test
1 RUN: llvm-dsymutil -s %p/Inputs/fat-test.dylib | FileCheck -check-prefix=ALL -check-prefix=I386 %s 
2 RUN: llvm-dsymutil -arch i386 -s %p/Inputs/fat-test.dylib | FileCheck -check-prefix=I386 -check-prefix=ONE %s
3
4
5 ALL:  ----------------------------------------------------------------------
6 ALL-NEXT:  Symbol table for: '{{.*}}fat-test.dylib' (x86_64)
7 ALL-NEXT:  ----------------------------------------------------------------------
8 ALL-NEXT:  Index    n_strx   n_type             n_sect n_desc n_value
9 ALL-NEXT:  ======== -------- ------------------ ------ ------ ----------------
10 ALL-NEXT:  [     0] 00000002 64 (N_SO         ) 00     0000   0000000000000000 '/Inputs/'
11 ALL-NEXT:  [     1] 0000000b 64 (N_SO         ) 00     0000   0000000000000000 'fat-test.c'
12 ALL-NEXT:  [     2] 00000016 66 (N_OSO        ) 03     0001   0000000055b1d0b9 '/Inputs/fat-test.o'
13 ALL-NEXT:  [     3] 00000029 20 (N_GSYM       ) 00     0000   0000000000000000 '_x86_64_var'
14 ALL-NEXT:  [     4] 00000001 64 (N_SO         ) 01     0000   0000000000000000
15 ALL-NEXT:  [     5] 00000035 0f (     SECT EXT) 02     0000   0000000000001000 '_x86_64_var'
16 ALL-NEXT:  [     6] 00000041 01 (     UNDF EXT) 00     0100   0000000000000000 'dyld_stub_binder'
17
18 I386: ----------------------------------------------------------------------
19 I386-NEXT: Symbol table for: '{{.*}}fat-test.dylib' (i386)
20 I386-NEXT: ----------------------------------------------------------------------
21 I386-NEXT: Index    n_strx   n_type             n_sect n_desc n_value
22 I386-NEXT: ======== -------- ------------------ ------ ------ ----------------
23 I386-NEXT: [     0] 00000002 64 (N_SO         ) 00     0000   0000000000000000 '/Inputs/'
24 I386-NEXT: [     1] 0000000b 64 (N_SO         ) 00     0000   0000000000000000 'fat-test.c'
25 I386-NEXT: [     2] 00000016 66 (N_OSO        ) 03     0001   0000000055b1d0b9 '/Inputs/fat-test.o'
26 I386-NEXT: [     3] 00000029 20 (N_GSYM       ) 00     0000   0000000000000000 '_i386_var'
27 I386-NEXT: [     4] 00000001 64 (N_SO         ) 01     0000   0000000000000000
28 I386-NEXT: [     5] 00000033 0f (     SECT EXT) 02     0000   0000000000001000 '_i386_var'
29 I386-NEXT: [     6] 0000003d 01 (     UNDF EXT) 00     0100   0000000000000000 'dyld_stub_binder'
30
31 ONE-NOT: Symbol table
32
33 ALL:  ----------------------------------------------------------------------
34 ALL-NEXT:  Symbol table for: '{{.*}}fat-test.dylib' (x86_64h)
35 ALL-NEXT:  ----------------------------------------------------------------------
36 ALL-NEXT:  Index    n_strx   n_type             n_sect n_desc n_value
37 ALL-NEXT:  ======== -------- ------------------ ------ ------ ----------------
38 ALL-NEXT:  [     0] 00000002 64 (N_SO         ) 00     0000   0000000000000000 '/Inputs/'
39 ALL-NEXT:  [     1] 0000000b 64 (N_SO         ) 00     0000   0000000000000000 'fat-test.c'
40 ALL-NEXT:  [     2] 00000016 66 (N_OSO        ) 08     0001   0000000055b1d0b9 '/Inputs/fat-test.o'
41 ALL-NEXT:  [     3] 00000029 20 (N_GSYM       ) 00     0000   0000000000000000 '_x86_64h_var'
42 ALL-NEXT:  [     4] 00000001 64 (N_SO         ) 01     0000   0000000000000000
43 ALL-NEXT:  [     5] 00000036 0f (     SECT EXT) 02     0000   0000000000001000 '_x86_64h_var'
44 ALL-NEXT:  [     6] 00000043 01 (     UNDF EXT) 00     0100   0000000000000000 'dyld_stub_binder'