mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
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
12 lines
331 B
Plaintext
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
|