Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 2b0bb39

Browse files
committed
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 (cherry picked from commit 3b0f60e)
1 parent 4ed5275 commit 2b0bb39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/DebugInfo/Generic/empty.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; REQUIRES: object-emission
22

33
; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
4-
; RUN: %llc_dwarf -split-dwarf-file=foo.dwo < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s
4+
; RUN: %llc_dwarf -split-dwarf-file=foo.dwo < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck --check-prefix=FISSION %s
55

66
; darwin has a workaround for a linker bug so it always emits one line table entry
77
; XFAIL: darwin

test/DebugInfo/Generic/gmlt.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; REQUIRES: object-emission
2-
; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/../Inputs/gmlt.ll
2+
; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll | llvm-dwarfdump -v - | FileCheck %S/../Inputs/gmlt.ll
33

44
; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here.
55
; XFAIL: darwin

0 commit comments

Comments
 (0)