summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-10-01 05:45:45 +0000
committerJustin Bogner <mail@justinbogner.com>2014-10-01 05:45:45 +0000
commit6a107bad152aadeb93fda669f74ab77b728a12f5 (patch)
treedc3c27ce991033615463a1ab6ea50e00712c8ac8 /llvm/test
parent2f27b2fe8910d0227eb84bed75bba1b2f0c9bf42 (diff)
downloadbcm5719-llvm-6a107bad152aadeb93fda669f74ab77b728a12f5.tar.gz
bcm5719-llvm-6a107bad152aadeb93fda669f74ab77b728a12f5.zip
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
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/DebugInfo/gmlt.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/gmlt.test b/llvm/test/DebugInfo/gmlt.test
index 6365d160ac7..0514dbfc461 100644
--- a/llvm/test/DebugInfo/gmlt.test
+++ b/llvm/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
OpenPOWER on IntegriCloud