From a6d343a688073664b3a80aa117e0d3cbecf28014 Mon Sep 17 00:00:00 2001 From: Nico Rieck Date: Thu, 4 Jul 2013 21:32:07 +0000 Subject: 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 --- test/MC/COFF/seh-section.s | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/MC/COFF/seh-section.s') 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 -- cgit v1.1