1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00
llvm-mirror/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