Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 11 Mar 2013 08:39:48 +0000 (08:39 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 11 Mar 2013 08:39:48 +0000 (08:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176798 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/atomic32.ll
test/CodeGen/X86/atomic64.ll

index 3cb9ca1c76c75d05e6fb2518762786b33d53b5d2..3ea96bf16997af8423f5f8d0133c84c7c5cdd2b8 100644 (file)
@@ -2,6 +2,8 @@
 ; RUN: llc < %s -O0 -march=x86 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X32
 ; RUN: llc < %s -O0 -march=x86 -mcpu=corei7 -mattr=-cmov -verify-machineinstrs | FileCheck %s --check-prefix NOCMOV
 
+; XFAIL: cygwin,mingw32,win32
+
 @sc32 = external global i32
 
 define void @atomic_fetch_add32() nounwind {
index aa000455753fd15dc4b6fb905a859dd08ee672a9..d362c31e6db80d568c6e6aa0d44da5e233f855b1 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN: llc < %s -O0 -march=x86-64 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X64
 
+; XFAIL: cygwin,mingw32,win32
+
 @sc64 = external global i64
 
 define void @atomic_fetch_add64() nounwind {