mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
test: XFAIL the non-darwin gmlt test on darwin
r218702 disabled a -gmlt optimization for darwin, but this means the non-darwin test isn't working there anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2ef4419a8
commit
c68ef2ad23
@ -1,2 +1,5 @@
|
|||||||
; REQUIRES: object-emission
|
; REQUIRES: object-emission
|
||||||
; RUN: %llc_dwarf -O0 -filetype=obj < %S/Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/Inputs/gmlt.ll
|
; RUN: %llc_dwarf -O0 -filetype=obj < %S/Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/Inputs/gmlt.ll
|
||||||
|
|
||||||
|
; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here.
|
||||||
|
; XFAIL: darwin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user