summaryrefslogtreecommitdiff
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, 13 insertions, 0 deletions
diff --git a/test/mach-o/Inputs/libSystem.yaml b/test/mach-o/Inputs/libSystem.yaml
new file mode 100644
index 0000000000000..2a7f46381dcc1
--- /dev/null
+++ b/test/mach-o/Inputs/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.
+#
+
+---
+shared-library-atoms:
+ - name: dyld_stub_binder
+ load-name: /usr/lib/libSystem.B.dylib
+ type: code
+ size: 0
+
+...