Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit be15cdd

Browse files
committed
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
1 parent 3f179b5 commit be15cdd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/CodeGen/X86/atomic32.ll

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
; RUN: llc < %s -O0 -march=x86 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X32
33
; RUN: llc < %s -O0 -march=x86 -mcpu=corei7 -mattr=-cmov -verify-machineinstrs | FileCheck %s --check-prefix NOCMOV
44

5+
; XFAIL: cygwin,mingw32,win32
6+
57
@sc32 = external global i32
68

79
define void @atomic_fetch_add32() nounwind {

test/CodeGen/X86/atomic64.ll

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
; RUN: llc < %s -O0 -march=x86-64 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X64
22

3+
; XFAIL: cygwin,mingw32,win32
4+
35
@sc64 = external global i64
46

57
define void @atomic_fetch_add64() nounwind {

0 commit comments

Comments
 (0)