Skip to content

Commit 6a9c55f

Browse files
committed
add "## The correct sh_size is 28."
Created using spr 1.3.5-bogner
1 parent dd1ef95 commit 6a9c55f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

llvm/test/tools/llvm-objdump/ELF/verdef-invalid.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Sections:
1818
Entries:
1919
- Names:
2020
- FOO
21-
ShSize: 21
21+
## The correct sh_size is 28.
22+
ShSize: 27
2223
DynamicSymbols:
2324
- Name: foo
2425

llvm/test/tools/llvm-readobj/ELF/verdef-invalid.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ Sections:
128128
Entries:
129129
- Names:
130130
- FOO
131-
ShSize: 21
131+
## The correct sh_size is 28.
132+
ShSize: 27
132133
DynamicSymbols:
133134
- Name: foo
134135

0 commit comments

Comments
 (0)