Add support to llvm-objdump for Mach-O universal files and archives with -macho.
llvm-svn: 223277
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user