diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-02-11 22:22:30 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-02-11 22:22:30 +0000 |
commit | f50e261e1e998306d8cce56633f5c2892d6519be (patch) | |
tree | ff07ace8e1abd2250996d3cca00cebc72361e2e9 /test | |
parent | b357516cb42b29047ca3eb89a8a59ab6924f6587 (diff) |
MC, COFF: Align section contents to a four byte boundary
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228879 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/COFF/directive-section-characteristics.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/COFF/directive-section-characteristics.ll b/test/MC/COFF/directive-section-characteristics.ll index ca8102af641..a44c81d2262 100644 --- a/test/MC/COFF/directive-section-characteristics.ll +++ b/test/MC/COFF/directive-section-characteristics.ll @@ -7,7 +7,13 @@ entry: } ; CHECK: Section { +; CHECK: Name: .text +; CHECK: PointerToRawData: 0xB4 +; CHECK: } + +; CHECK: Section { ; CHECK: Name: .drectve +; CHECK: PointerToRawData: 0xB8 ; CHECK: Characteristics [ ; CHECK: IMAGE_SCN_ALIGN_1BYTES ; CHECK: IMAGE_SCN_LNK_INFO |