Alexey Samsonov | e6388e6 | 2013-06-18 15:03:28 +0000 | [diff] [blame] | 1 | RUN: llvm-nm %p/Inputs/macho-universal.x86_64.i386 | FileCheck %s |
2 | |||||
3 | CHECK: macho-universal.x86_64.i386:x86_64 | ||||
Kevin Enderby | 6abc2e5 | 2014-05-09 23:57:49 +0000 | [diff] [blame] | 4 | CHECK: 0000000100000f60 T _main |
Alexey Samsonov | e6388e6 | 2013-06-18 15:03:28 +0000 | [diff] [blame] | 5 | CHECK: macho-universal.x86_64.i386:i386 |
Kevin Enderby | 6abc2e5 | 2014-05-09 23:57:49 +0000 | [diff] [blame] | 6 | CHECK: 00001fa0 T _main |