diff options
author | Nico Rieck <nico.rieck@gmail.com> | 2013-07-04 21:32:07 +0000 |
---|---|---|
committer | Nico Rieck <nico.rieck@gmail.com> | 2013-07-04 21:32:07 +0000 |
commit | a6d343a688073664b3a80aa117e0d3cbecf28014 (patch) | |
tree | 8a200175ba18e94d9446e29131c5d19f234e0893 /test/MC/COFF/seh-section.s | |
parent | e7006bb04bd881478fe24d6fbb3051ba3f63d746 (diff) | |
download | external_llvm-a6d343a688073664b3a80aa117e0d3cbecf28014.zip external_llvm-a6d343a688073664b3a80aa117e0d3cbecf28014.tar.gz external_llvm-a6d343a688073664b3a80aa117e0d3cbecf28014.tar.bz2 |
MC: Add .section directive to COFF
Supports GAS flags "abdnrswxy". No support for alignment or subsections.
Fixes PR16366.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185669 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/COFF/seh-section.s')
-rw-r--r-- | test/MC/COFF/seh-section.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/MC/COFF/seh-section.s b/test/MC/COFF/seh-section.s index 7f05cc3..026c0d7 100644 --- a/test/MC/COFF/seh-section.s +++ b/test/MC/COFF/seh-section.s @@ -1,7 +1,6 @@ // This test ensures that, if the section containing a function has a suffix // (e.g. .text$foo), its unwind info section also has a suffix (.xdata$foo). // RUN: llvm-mc -filetype=obj -triple x86_64-pc-win32 %s | llvm-readobj -s -sd | FileCheck %s -// XFAIL: * // CHECK: Name: .xdata$foo // CHECK-NEXT: VirtualSize @@ -16,7 +15,6 @@ // CHECK-NEXT: IMAGE_SCN_ALIGN_4BYTES // CHECK-NEXT: IMAGE_SCN_CNT_INITIALIZED_DATA // CHECK-NEXT: IMAGE_SCN_MEM_READ -// CHECK-NEXT: IMAGE_SCN_MEM_WRITE // CHECK-NEXT: ] // CHECK-NEXT: SectionData ( // CHECK-NEXT: 0000: 01050200 05500402 |