mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Make test run on most platforms and only fail on cygwin/mingw while
it's being investigated for those. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d17a4f957e
commit
4639d0c904
@ -3,11 +3,8 @@
|
|||||||
|
|
||||||
; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t
|
; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t
|
||||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||||
|
|
||||||
; FIXME: Investigating.
|
; FIXME: Investigating.
|
||||||
; XFAIL: *
|
; XFAIL: cygwin,mingw
|
||||||
; RUN: llc -mtriple=x86_64-mingw32 -fast-isel=false -O0 -filetype=obj %s -o %t
|
|
||||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
|
||||||
|
|
||||||
; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt
|
; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt
|
||||||
; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt
|
; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt
|
||||||
|
Loading…
Reference in New Issue
Block a user