llvm-6502/test/tools/llvm-objdump/macho-lazy-bind.test

9 lines
361 B
Plaintext

# RUN: llvm-objdump -macho -lazy-bind -arch x86_64 \
# RUN: %p/Inputs/lazy-bind.macho-x86_64 > %t \
# RUN: && FileCheck %s < %t || cat %t
# CHECK: __DATA __la_symbol_ptr 0x100001010 libfoo _foo
# CHECK: __DATA __la_symbol_ptr 0x100001018 libbar _bar
# CHECK: __DATA __la_symbol_ptr 0x100001020 libSystem _malloc