OSDN Git Service

Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely"
authorKevin Enderby <enderby@apple.com>
Mon, 23 May 2016 21:34:12 +0000 (21:34 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 23 May 2016 21:34:12 +0000 (21:34 +0000)
commit866cdd590de5c5b172be2735a643d4c36a691193
tree9ebde57bc51564f933b90f5da2e53fed08915b95
parente3a492d0d02f2c663b3acb20b954c2e5d4a97a60
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely"
to llvm-objdump. This section is created with -fembed-bitcode option.

This requires the use of libxar and the Cmake and lit support were crafted by
Chris Bieneman!

rdar://26202242

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270491 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/config-ix.cmake
include/llvm/Config/config.h.cmake
lib/Object/CMakeLists.txt
test/lit.cfg
test/lit.site.cfg.in
test/tools/llvm-objdump/Inputs/LLVM-bundle.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/macho-LLVM-bundle.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp