From 3b0f60ebdc8c9d66c8b6cb7f4c276af088d1fed7 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 11 Sep 2017 23:40:44 +0000 Subject: [PATCH] Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312977 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/Generic/empty.ll | 2 +- test/DebugInfo/Generic/gmlt.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/DebugInfo/Generic/empty.ll b/test/DebugInfo/Generic/empty.ll index 79912841fa6..e5a5781426a 100644 --- a/test/DebugInfo/Generic/empty.ll +++ b/test/DebugInfo/Generic/empty.ll @@ -1,7 +1,7 @@ ; REQUIRES: object-emission ; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s -; RUN: %llc_dwarf -split-dwarf-file=foo.dwo < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s +; RUN: %llc_dwarf -split-dwarf-file=foo.dwo < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck --check-prefix=FISSION %s ; darwin has a workaround for a linker bug so it always emits one line table entry ; XFAIL: darwin diff --git a/test/DebugInfo/Generic/gmlt.test b/test/DebugInfo/Generic/gmlt.test index e36a3bdea35..9fe4b27bfc8 100644 --- a/test/DebugInfo/Generic/gmlt.test +++ b/test/DebugInfo/Generic/gmlt.test @@ -1,5 +1,5 @@ ; REQUIRES: object-emission -; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/../Inputs/gmlt.ll +; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll | llvm-dwarfdump -v - | FileCheck %S/../Inputs/gmlt.ll ; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here. ; XFAIL: darwin -- 2.50.1