summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/ObjectYAML/MachO/load_commands.yaml12
-rw-r--r--llvm/test/ObjectYAML/MachO/sections.yaml6
2 files changed, 12 insertions, 6 deletions
diff --git a/llvm/test/ObjectYAML/MachO/load_commands.yaml b/llvm/test/ObjectYAML/MachO/load_commands.yaml
index b8b3407aa7a..6de6b3ce1a1 100644
--- a/llvm/test/ObjectYAML/MachO/load_commands.yaml
+++ b/llvm/test/ObjectYAML/MachO/load_commands.yaml
@@ -59,10 +59,12 @@ LoadCommands:
cmdsize: 48
rebase_off: 12288
rebase_size: 8
- bind_off: 96
+ bind_off: 12296
+ bind_size: 96
weak_bind_off: 0
weak_bind_size: 0
- lazy_bind_off: 624
+ lazy_bind_off: 12392
+ lazy_bind_size: 624
export_off: 13016
export_size: 48
- cmd: LC_SYMTAB
@@ -184,10 +186,12 @@ LoadCommands:
#CHECK: cmdsize: 48
#CHECK: rebase_off: 12288
#CHECK: rebase_size: 8
-#CHECK: bind_off: 96
+#CHECK: bind_off: 12296
+#CHECK: bind_size: 96
#CHECK: weak_bind_off: 0
#CHECK: weak_bind_size: 0
-#CHECK: lazy_bind_off: 624
+#CHECK: lazy_bind_off: 12392
+#CHECK: lazy_bind_size: 624
#CHECK: export_off: 13016
#CHECK: export_size: 48
#CHECK: - cmd: LC_SYMTAB
diff --git a/llvm/test/ObjectYAML/MachO/sections.yaml b/llvm/test/ObjectYAML/MachO/sections.yaml
index 9e4adb0d52d..62f80520aed 100644
--- a/llvm/test/ObjectYAML/MachO/sections.yaml
+++ b/llvm/test/ObjectYAML/MachO/sections.yaml
@@ -169,10 +169,12 @@ LoadCommands:
cmdsize: 48
rebase_off: 12288
rebase_size: 8
- bind_off: 96
+ bind_off: 12296
+ bind_size: 96
weak_bind_off: 0
weak_bind_size: 0
- lazy_bind_off: 624
+ lazy_bind_off: 12392
+ lazy_bind_size: 624
export_off: 13016
export_size: 48
- cmd: LC_SYMTAB
OpenPOWER on IntegriCloud