]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/mach-o/Inputs/x86_64/libSystem.yaml
Vendor import of lld trunk r290819:
[FreeBSD/FreeBSD.git] / test / mach-o / Inputs / x86_64 / libSystem.yaml
1 #
2 # For use by test cases that create dynamic output types which may needs stubs
3 # and therefore will need a dylib definition of dyld_stub_binder.
4 #
5
6 --- !mach-o
7 arch:            x86_64
8 file-type:       MH_DYLIB
9 install-name:    /usr/lib/libSystem.B.dylib
10 exports:
11   - name:            dyld_stub_binder
12
13 ...