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.
7 lines
297 B
7 lines
297 B
7 months ago
|
# RUN: llvm-objdump -macho -bind -lazy-bind %p/Inputs/bad-ordinal.macho-x86_64 \
|
||
|
# RUN: | FileCheck %s
|
||
|
|
||
|
|
||
|
# CHECK: __DATA __nl_symbol_ptr 0x100001000 pointer 0 <<bad library ordinal>> dyld_stub_binder
|
||
|
# CHECK: __DATA __la_symbol_ptr 0x100001010 <<bad library ordinal>> _printf
|