mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 21:50:50 +00:00
Fixing a test case that I broke by fixing r269846
This should fix the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269850 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
47ad42e0ee
commit
d640f9183d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user