Add support to llvm-objdump for Mach-O universal files and archives with -macho.

llvm-svn: 223277
This commit is contained in:
Kevin Enderby
2014-12-03 22:29:40 +00:00
parent 23b7ce2725
commit 3f0ffab2b0
6 changed files with 266 additions and 18 deletions

View File

@@ -109,7 +109,7 @@ llvm::MCPU("mcpu",
cl::init(""));
cl::opt<std::string>
llvm::ArchName("arch", cl::desc("Target arch to disassemble for, "
llvm::ArchName("arch-name", cl::desc("Target arch to disassemble for, "
"see -version for available targets"));
static cl::opt<bool>