forked from OSchip/llvm-project
[obj2yaml][test] - Update test after output change.
D76227 changed the output. This test was forgotten because belonged to a different patch.
This commit is contained in:
parent
a02b38698b
commit
fecce903db
|
|
@ -7,13 +7,10 @@
|
||||||
|
|
||||||
## Note: it is important to have at least two sections with sh_info == 0.
|
## Note: it is important to have at least two sections with sh_info == 0.
|
||||||
## Previously we printed a broken Info field in this case.
|
## Previously we printed a broken Info field in this case.
|
||||||
## FIXME: We should not print EntSize. Will be fixed by https://reviews.llvm.org/D76227.
|
|
||||||
# YAML: - Name: .rela.dyn
|
# YAML: - Name: .rela.dyn
|
||||||
# YAML-NEXT: Type: SHT_RELA
|
# YAML-NEXT: Type: SHT_RELA
|
||||||
# YAML-NEXT: EntSize: 0x0000000000000018
|
|
||||||
# YAML-NEXT: - Name: .rel.dyn
|
# YAML-NEXT: - Name: .rel.dyn
|
||||||
# YAML-NEXT: Type: SHT_REL
|
# YAML-NEXT: Type: SHT_REL
|
||||||
# YAML-NEXT: EntSize: 0x0000000000000010
|
|
||||||
# YAML-NEXT: - Name
|
# YAML-NEXT: - Name
|
||||||
|
|
||||||
--- !ELF
|
--- !ELF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue