mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.
I know it is incorrect and they'd fail with +Asserts for win32 targets, though. I'll try to fix them tonight. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da32db45fd
commit
15e8583814
@ -2,7 +2,7 @@
|
||||
; 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
|
||||
; XFAIL: cygwin,mingw32
|
||||
|
||||
@sc32 = external global i32
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
; RUN: llc < %s -O0 -march=x86-64 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X64
|
||||
|
||||
; XFAIL: cygwin,mingw32,win32
|
||||
; XFAIL: cygwin,mingw32
|
||||
|
||||
@sc64 = external global i64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user