aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atomic64.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-03-11 08:39:48 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-03-11 08:39:48 +0000
commitbe15cdda54a0d09366d954f6a7778a36256ea29d (patch)
tree3438ae88a829fc315f3fbb6a5da5c8ab588d22b3 /test/CodeGen/X86/atomic64.ll
parent3f179b59e53a8a6d5dfb509857d972461027b809 (diff)
Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/atomic64.ll')
-rw-r--r--test/CodeGen/X86/atomic64.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/atomic64.ll b/test/CodeGen/X86/atomic64.ll
index aa00045575..d362c31e6d 100644
--- a/test/CodeGen/X86/atomic64.ll
+++ b/test/CodeGen/X86/atomic64.ll
@@ -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 {