diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-10-01 05:45:45 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-10-01 05:45:45 +0000 |
commit | 6a107bad152aadeb93fda669f74ab77b728a12f5 (patch) | |
tree | dc3c27ce991033615463a1ab6ea50e00712c8ac8 /llvm/test | |
parent | 2f27b2fe8910d0227eb84bed75bba1b2f0c9bf42 (diff) | |
download | bcm5719-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.test | 3 |
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 |