llvm-6502/test/tools/llvm-objdump/AArch64/macho-link-opt-hints.test
Kevin Enderby a167fe1877 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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227246 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-27 21:28:24 +00:00

12 lines
331 B
Plaintext

RUN: llvm-objdump -m -link-opt-hints %p/Inputs/link-opt-hints.macho-aarch64 | FileCheck %s
CHECK: Linker optimiztion hints (8 total bytes)
CHECK: identifier 8 AdrpLdrGot
CHECK: narguments 2
CHECK: value 0x18
CHECK: value 0x1c
CHECK: identifier 7 AdrpAdd
CHECK: narguments 2
CHECK: value 0x6c
CHECK: value 0x70