From: Justin Bogner Date: Wed, 1 Oct 2014 05:45:45 +0000 (+0000) Subject: test: XFAIL the non-darwin gmlt test on darwin X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c68ef2ad231bff5c4d84798e4476852791ef64e1;p=llvm 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 --- diff --git a/test/DebugInfo/gmlt.test b/test/DebugInfo/gmlt.test index 6365d160ac7..0514dbfc461 100644 --- a/test/DebugInfo/gmlt.test +++ b/test/DebugInfo/gmlt.test @@ -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