aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/COFF/section-passthru-flags.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/COFF/section-passthru-flags.s')
-rw-r--r--test/MC/COFF/section-passthru-flags.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/MC/COFF/section-passthru-flags.s b/test/MC/COFF/section-passthru-flags.s
new file mode 100644
index 0000000..3bd061b
--- /dev/null
+++ b/test/MC/COFF/section-passthru-flags.s
@@ -0,0 +1,7 @@
+// RUN: llvm-mc -triple i386-pc-win32 < %s | FileCheck %s
+.section .klaatu,"wn"
+// CHECK: .section .klaatu,"wn"
+.section .barada,"y"
+// CHECK: .section .barada,"y"
+.section .nikto,"wds"
+// CHECK: .section .nikto,"wds"