summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/macho-lazy-bind.test
blob: 6f9ef222a9164e58453c62a9c147f2a845704801 (plain)
1
2
3
4
5
6
7
8
# 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
OpenPOWER on IntegriCloud