summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/coff-feat00.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/coff-feat00.ll')
-rw-r--r--test/CodeGen/X86/coff-feat00.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/CodeGen/X86/coff-feat00.ll b/test/CodeGen/X86/coff-feat00.ll
index 1dcd427639..048aa34345 100644
--- a/test/CodeGen/X86/coff-feat00.ll
+++ b/test/CodeGen/X86/coff-feat00.ll
@@ -1,7 +1,9 @@
-; RUN: llc -O0 -mtriple=i386-pc-win32 -filetype=asm -o - %s | FileCheck %s
+; RUN: llc -O0 -mtriple=i386-pc-win32 -filetype=asm -o - %s | FileCheck %s --check-prefix=WIN32
+; RUN: llc -O0 -mtriple=i386-pc-cygwin -filetype=asm -o - %s | FileCheck %s --check-prefix=CYGWIN
define i32 @foo() {
ret i32 0
}
-; CHECK: @feat.00 = 1
+; WIN32: "@feat.00" = 1
+; CYGWIN-NOT: "@feat.00" = 1