diff options
Diffstat (limited to 'llvm/test/DebugInfo/Generic/gmlt.test')
-rw-r--r-- | llvm/test/DebugInfo/Generic/gmlt.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Generic/gmlt.test b/llvm/test/DebugInfo/Generic/gmlt.test new file mode 100644 index 00000000000..e36a3bdea35 --- /dev/null +++ b/llvm/test/DebugInfo/Generic/gmlt.test @@ -0,0 +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 |