1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[ELF] Explicitly configure sections alignment in the tests. NFC

llvm-svn: 241834
This commit is contained in:
Simon Atanasyan 2015-07-09 18:22:55 +00:00
parent aa29c6dcca
commit 2f77b9cd0e
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Sections:
- Name: .rela.text
Type: SHT_RELA
Flags: [ SHF_INFO_LINK ]
AddressAlign: 0x8
Info: .text
Relocations:
- Offset: 0x14

View File

@ -9,6 +9,7 @@ Sections:
- Name: .text
Type: SHT_PROGBITS
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
AddressAlign: 0x4
Content: "90EBFE" # x86 machine code
# NOP ; To make main's `Value` non-zero (for testing).
# main: