zig/deps/lld/test/mach-o/lib-search-paths.yaml
Andrew Kelley 4794281d64 embed LLD 5.0.0
This is 48aaa9f66120f72b5d7e4a90b32fee40a3386ce9 from the
git monorepo.
2017-08-27 17:46:59 -04:00

17 lines
591 B
YAML

# RUN: lld -flavor darwin -arch x86_64 %s -syslibroot %p/Inputs/lib-search-paths -lmyshared -lmystatic -lfile.o -r -print_atoms 2>&1 | FileCheck %s
--- !native
undefined-atoms:
- name: _from_myshared
- name: _from_mystatic
- name: _from_fileo
# CHECK: defined-atoms:
# CHECK: - name: _from_fileo
# CHECK: content: [ 2A, 00, 00, 00 ]
# CHECK: - name: _from_mystatic
# CHECK: content: [ 02, 00, 00, 00 ]
# CHECK: shared-library-atoms:
# CHECK: - name: _from_myshared
# CHECK: load-name: libmyshared.dylib