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.

llvm-svn: 218742
This commit is contained in:
Justin Bogner 2014-10-01 05:45:45 +00:00
parent 2f27b2fe89
commit 6a107bad15
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
; REQUIRES: object-emission
; 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