summaryrefslogtreecommitdiff
path: root/test/mach-o/Inputs/libSystem.yaml
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-02 19:19:15 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-02 19:19:15 +0000
commitd93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch)
tree5896fa6c02a262a6148b215487e545d937de58b7 /test/mach-o/Inputs/libSystem.yaml
parent8d43286d630f9224de07809ea253e83ebb9cdee6 (diff)
Notes
Diffstat (limited to 'test/mach-o/Inputs/libSystem.yaml')
-rw-r--r--test/mach-o/Inputs/libSystem.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/mach-o/Inputs/libSystem.yaml b/test/mach-o/Inputs/libSystem.yaml
deleted file mode 100644
index 2a7f46381dcc..000000000000
--- a/test/mach-o/Inputs/libSystem.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# 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
-
-...