diff options
author | Kevin Enderby <enderby@apple.com> | 2015-01-27 21:28:24 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2015-01-27 21:28:24 +0000 |
commit | 9a50944ca0e54710009831237f03b4309dfad373 (patch) | |
tree | 5ab521d4f3fe3716b5d8bda89bacdb5230471778 /llvm/tools/llvm-objdump/llvm-objdump.h | |
parent | 3b95af6249314e0e963646c927db044bbfb0f745 (diff) | |
download | bcm5719-llvm-9a50944ca0e54710009831237f03b4309dfad373.tar.gz bcm5719-llvm-9a50944ca0e54710009831237f03b4309dfad373.zip |
dd the option, -link-opt-hints to llvm-objdump used with -macho to print the
Mach-O AArch64 linker optimization hints for ADRP code optimization.
llvm-svn: 227246
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.h')
-rw-r--r-- | llvm/tools/llvm-objdump/llvm-objdump.h | 1 |
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 9bc9622c0a9..402632daea7 100644 --- a/llvm/tools/llvm-objdump/llvm-objdump.h +++ b/llvm/tools/llvm-objdump/llvm-objdump.h @@ -38,6 +38,7 @@ extern cl::opt<bool> UniversalHeaders; extern cl::opt<bool> ArchiveHeaders; extern cl::opt<bool> IndirectSymbols; extern cl::opt<bool> DataInCode; +extern cl::opt<bool> LinkOptHints; extern cl::opt<bool> Relocations; extern cl::opt<bool> SectionHeaders; extern cl::opt<bool> SectionContents; |