Skip to content

Commit

Permalink
[llvm-elfabi] Fix test after D95140
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Jan 26, 2021
1 parent 7baff00 commit 79ce46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/tools/llvm-elfabi/read-elf-dynsym.test
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ Sections:
BloomFilter: [0x3, 0x4]
HashBuckets: [0x0, 0x1]
HashValues: [[GNUHASHVALUE]]
- Type: SectionHeaderTable
NoHeaders: [[NOHEADER=false]]
DynamicSymbols:
- Name: foo
Type: STT_FUNC
Expand All @@ -111,5 +113,3 @@ ProgramHeaders:
VAddr: 0x800
FirstSec: .dynamic
LastSec: .dynamic
SectionHeaderTable:
NoHeaders: [[NOHEADER=false]]

0 comments on commit 79ce46e

Please sign in to comment.