llvm-project/lld/test/mach-o/Inputs/libSystem.yaml

14 lines
332 B
YAML

#
# For use by test cases that create dynamic output types which may needs stubs
# and therefore will need a dylib definition of dyld_stub_binder.
#
---
shared-library-atoms:
- name: dyld_stub_binder
load-name: /usr/lib/libSystem.B.dylib
type: code
size: 0
...