summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-12-04 23:56:27 +0000
committerKevin Enderby <enderby@apple.com>2014-12-04 23:56:27 +0000
commitef3ad2ff3212838e3cbb2eda5a1d1c98b327cc88 (patch)
tree00f057f7de3fbe5862586c386077f2cdf82ad05e /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent24ebb93da175d023057ec1b10da24eae4cd2701b (diff)
downloadbcm5719-llvm-ef3ad2ff3212838e3cbb2eda5a1d1c98b327cc88.tar.gz
bcm5719-llvm-ef3ad2ff3212838e3cbb2eda5a1d1c98b327cc88.zip
Re-add support to llvm-objdump for Mach-O universal files and archives with -macho
with fixes. Includes the move of tests for llvm-objdump for universal files to an X86 directory. And the fix where it was failing on linux Rafael tracked down with asan. I had both Jim Grosbach and Adam Hemet look over the second fix since I could not set up asan to reproduce with the old version but not with the fix. llvm-svn: 223416
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
-rw-r--r--llvm/tools/llvm-objdump/llvm-objdump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-objdump/llvm-objdump.cpp b/llvm/tools/llvm-objdump/llvm-objdump.cpp
index c62922e4c5e..7316a4f8725 100644
--- a/llvm/tools/llvm-objdump/llvm-objdump.cpp
+++ b/llvm/tools/llvm-objdump/llvm-objdump.cpp
@@ -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>
OpenPOWER on IntegriCloud