Fangrui Song 7a0231ae59 [llvm-objdump][MachO] Print a newline before lazy bind/bind/weak/exports trie
This adds a separator between two pieces of information.

Reviewed By: #lld-macho, alexshap

Differential Revision: https://reviews.llvm.org/D102114
2021-05-10 09:16:18 -07:00

11 lines
531 B
Plaintext

# RUN: llvm-objdump --macho --lazy-bind %p/Inputs/lazy-bind.macho-x86_64 \
# RUN: | FileCheck %s --match-full-lines --strict-whitespace
# CHECK:{{.*}}lazy-bind.macho-x86_64:
#CHECK-EMPTY:
# CHECK-NEXT:Lazy bind table:
# CHECK-NEXT:segment section address dylib symbol
# CHECK-NEXT:__DATA __la_symbol_ptr 0x100001010 libfoo _foo
# CHECK-NEXT:__DATA __la_symbol_ptr 0x100001018 libbar _bar
# CHECK-NEXT:__DATA __la_symbol_ptr 0x100001020 libSystem _malloc