diff options
-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 |