Teach llvm-nm to know about fat archives (aka MachOUniversal files
authorKevin Enderby <enderby@apple.com>
Wed, 14 May 2014 21:18:50 +0000 (21:18 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 14 May 2014 21:18:50 +0000 (21:18 +0000)
commit14963a696b8c4dc89409889288e85f531bd59534
treead667409d3bd4d20e9c5779e7818c4c0d11bbeda
parent6b543713a25c20c028cc0bbca0dd8b052c61e000
Teach llvm-nm to know about fat archives (aka MachOUniversal files
containing archives).  First step as other tools will be updated next.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208812 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachOUniversal.h
lib/Object/MachOUniversal.cpp
test/Object/Inputs/macho-universal-archive.x86_64.i386 [new file with mode: 0644]
test/Object/nm-universal-binary.test
tools/llvm-nm/llvm-nm.cpp