aboutsummaryrefslogtreecommitdiff
path: root/test/mach-o/Inputs/libSystem.yaml
diff options
context:
space:
mode:
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
-
-...