summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/mach-o/Inputs/arm64/libSystem.yaml11
-rw-r--r--lld/test/mach-o/Inputs/armv7/libSystem.yaml11
-rw-r--r--lld/test/mach-o/Inputs/x86/libSystem.yaml11
-rw-r--r--lld/test/mach-o/Inputs/x86_64/libSystem.yaml11
4 files changed, 24 insertions, 20 deletions
diff --git a/lld/test/mach-o/Inputs/arm64/libSystem.yaml b/lld/test/mach-o/Inputs/arm64/libSystem.yaml
index ab954037480..76cba1bc325 100644
--- a/lld/test/mach-o/Inputs/arm64/libSystem.yaml
+++ b/lld/test/mach-o/Inputs/arm64/libSystem.yaml
@@ -3,10 +3,11 @@
# 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
+--- !mach-o
+arch: arm64
+file-type: MH_DYLIB
+install-name: /usr/lib/libSystem.B.dylib
+exports:
+ - name: dyld_stub_binder
...
diff --git a/lld/test/mach-o/Inputs/armv7/libSystem.yaml b/lld/test/mach-o/Inputs/armv7/libSystem.yaml
index ab954037480..2539f900354 100644
--- a/lld/test/mach-o/Inputs/armv7/libSystem.yaml
+++ b/lld/test/mach-o/Inputs/armv7/libSystem.yaml
@@ -3,10 +3,11 @@
# 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
+--- !mach-o
+arch: armv7
+file-type: MH_DYLIB
+install-name: /usr/lib/libSystem.B.dylib
+exports:
+ - name: dyld_stub_binder
...
diff --git a/lld/test/mach-o/Inputs/x86/libSystem.yaml b/lld/test/mach-o/Inputs/x86/libSystem.yaml
index ab954037480..87a4895c9f4 100644
--- a/lld/test/mach-o/Inputs/x86/libSystem.yaml
+++ b/lld/test/mach-o/Inputs/x86/libSystem.yaml
@@ -3,10 +3,11 @@
# 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
+--- !mach-o
+arch: x86
+file-type: MH_DYLIB
+install-name: /usr/lib/libSystem.B.dylib
+exports:
+ - name: dyld_stub_binder
...
diff --git a/lld/test/mach-o/Inputs/x86_64/libSystem.yaml b/lld/test/mach-o/Inputs/x86_64/libSystem.yaml
index ab954037480..fbbf794f326 100644
--- a/lld/test/mach-o/Inputs/x86_64/libSystem.yaml
+++ b/lld/test/mach-o/Inputs/x86_64/libSystem.yaml
@@ -3,10 +3,11 @@
# 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
+--- !mach-o
+arch: x86_64
+file-type: MH_DYLIB
+install-name: /usr/lib/libSystem.B.dylib
+exports:
+ - name: dyld_stub_binder
...
OpenPOWER on IntegriCloud