summaryrefslogtreecommitdiff
path: root/test/mach-o/Inputs/x86_64/libSystem.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/mach-o/Inputs/x86_64/libSystem.yaml')
-rw-r--r--test/mach-o/Inputs/x86_64/libSystem.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/mach-o/Inputs/x86_64/libSystem.yaml b/test/mach-o/Inputs/x86_64/libSystem.yaml
new file mode 100644
index 000000000000..fbbf794f3264
--- /dev/null
+++ b/test/mach-o/Inputs/x86_64/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: x86_64
+file-type: MH_DYLIB
+install-name: /usr/lib/libSystem.B.dylib
+exports:
+ - name: dyld_stub_binder
+
+...