2014-05-15 05:18:50 +08:00
|
|
|
RUN: llvm-nm %p/Inputs/macho-universal.x86_64.i386 \
|
|
|
|
RUN: | FileCheck %s -check-prefix CHECK-OBJ
|
|
|
|
RUN: llvm-nm %p/Inputs/macho-universal-archive.x86_64.i386 \
|
|
|
|
RUN: | FileCheck %s -check-prefix CHECK-AR
|
2013-06-18 23:03:28 +08:00
|
|
|
|
2014-06-20 06:03:18 +08:00
|
|
|
CHECK-OBJ: macho-universal.x86_64.i386 (for architecture x86_64):
|
2014-05-15 05:18:50 +08:00
|
|
|
CHECK-OBJ: 0000000100000f60 T _main
|
2014-06-20 06:03:18 +08:00
|
|
|
CHECK-OBJ: macho-universal.x86_64.i386 (for architecture i386):
|
2014-05-15 05:18:50 +08:00
|
|
|
CHECK-OBJ: 00001fa0 T _main
|
|
|
|
|
2014-06-20 06:03:18 +08:00
|
|
|
CHECK-AR: macho-universal-archive.x86_64.i386(hello.o) (for architecture x86_64):
|
2014-05-15 05:18:50 +08:00
|
|
|
CHECK-AR: 0000000000000068 s EH_frame0
|
|
|
|
CHECK-AR: 000000000000003b s L_.str
|
|
|
|
CHECK-AR: 0000000000000000 T _main
|
|
|
|
CHECK-AR: 0000000000000080 S _main.eh
|
2014-05-21 07:04:47 +08:00
|
|
|
CHECK-AR: U _printf
|
2014-06-20 06:03:18 +08:00
|
|
|
CHECK-AR: macho-universal-archive.x86_64.i386(foo.o) (for architecture i386):
|
2014-06-20 06:49:21 +08:00
|
|
|
CHECK-AR: 00000008 D _bar
|
2014-05-15 05:18:50 +08:00
|
|
|
CHECK-AR: 00000000 T _foo
|