forked from OSchip/llvm-project
Fix reloc section alignment in test.
This should fix the ubsan bot. We still have to fix lld to produce a clean error on unaligned reloc sections. llvm-svn: 319385
This commit is contained in:
parent
d1b2d22d37
commit
e10568364e
|
@ -20,6 +20,7 @@ Sections:
|
||||||
Content: '0000000000000000'
|
Content: '0000000000000000'
|
||||||
- Name: .rela.text
|
- Name: .rela.text
|
||||||
Type: SHT_RELA
|
Type: SHT_RELA
|
||||||
|
AddressAlign: 8
|
||||||
Link: .symtab
|
Link: .symtab
|
||||||
Info: .text
|
Info: .text
|
||||||
Relocations:
|
Relocations:
|
||||||
|
@ -30,6 +31,7 @@ Sections:
|
||||||
Type: SHT_PROGBITS
|
Type: SHT_PROGBITS
|
||||||
Content: 3300000002001C0000000101FB0E0D000101010100000001000001006162632E7300000000000009020000000000000000140208000101
|
Content: 3300000002001C0000000101FB0E0D000101010100000001000001006162632E7300000000000009020000000000000000140208000101
|
||||||
- Name: .rela.debug_line
|
- Name: .rela.debug_line
|
||||||
|
AddressAlign: 8
|
||||||
Type: SHT_RELA
|
Type: SHT_RELA
|
||||||
Link: .symtab
|
Link: .symtab
|
||||||
Info: .debug_line
|
Info: .debug_line
|
||||||
|
|
Loading…
Reference in New Issue