diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
| commit | d93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch) | |
| tree | 5896fa6c02a262a6148b215487e545d937de58b7 /test/mach-o/Inputs/arm64/libSystem.yaml | |
| parent | 8d43286d630f9224de07809ea253e83ebb9cdee6 (diff) | |
Notes
Diffstat (limited to 'test/mach-o/Inputs/arm64/libSystem.yaml')
| -rw-r--r-- | test/mach-o/Inputs/arm64/libSystem.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/mach-o/Inputs/arm64/libSystem.yaml b/test/mach-o/Inputs/arm64/libSystem.yaml new file mode 100644 index 000000000000..76cba1bc3255 --- /dev/null +++ b/test/mach-o/Inputs/arm64/libSystem.yaml @@ -0,0 +1,13 @@ +# +# 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. +# + +--- !mach-o +arch: arm64 +file-type: MH_DYLIB +install-name: /usr/lib/libSystem.B.dylib +exports: + - name: dyld_stub_binder + +... |
