mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
7 lines
297 B
Plaintext
7 lines
297 B
Plaintext
|
# 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
|