You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
321 B
8 lines
321 B
4 months ago
|
# RUN: llvm-objdump --macho --lazy-bind %p/Inputs/lazy-bind.macho-x86_64 \
|
||
|
# RUN: | FileCheck %s
|
||
|
|
||
|
|
||
|
# CHECK: __DATA __la_symbol_ptr 0x100001010 libfoo _foo
|
||
|
# CHECK: __DATA __la_symbol_ptr 0x100001018 libbar _bar
|
||
|
# CHECK: __DATA __la_symbol_ptr 0x100001020 libSystem _malloc
|