summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2015-01-09 19:22:37 +0000
committerKevin Enderby <enderby@apple.com>2015-01-09 19:22:37 +0000
commit131d1770f6e00ed07f418f21d4b9b4fd2955a3e0 (patch)
treec86aaf89c1443ae9e9ffda46903a9aa3ddb511e4 /llvm/tools/llvm-objdump/llvm-objdump.h
parenteb16112e97957050bff43fed43a9ef3168410440 (diff)
downloadbcm5719-llvm-131d1770f6e00ed07f418f21d4b9b4fd2955a3e0.tar.gz
bcm5719-llvm-131d1770f6e00ed07f418f21d4b9b4fd2955a3e0.zip
Add the option, -universal-headers, used with -macho to print the Mach-O universal headers to llvm-objdump.
llvm-svn: 225537
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.h')
-rw-r--r--llvm/tools/llvm-objdump/llvm-objdump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-objdump/llvm-objdump.h b/llvm/tools/llvm-objdump/llvm-objdump.h
index 01e2b75a9e1..f829dd1a71c 100644
--- a/llvm/tools/llvm-objdump/llvm-objdump.h
+++ b/llvm/tools/llvm-objdump/llvm-objdump.h
@@ -34,6 +34,7 @@ extern cl::opt<bool> Rebase;
extern cl::opt<bool> Bind;
extern cl::opt<bool> LazyBind;
extern cl::opt<bool> WeakBind;
+extern cl::opt<bool> UniversalHeaders;
// Various helper functions.
bool error(std::error_code ec);
OpenPOWER on IntegriCloud