summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-09-11 23:40:44 +0000
committerAdrian Prantl <aprantl@apple.com>2017-09-11 23:40:44 +0000
commit424aac368782c99537ab36cdf2f803d9ceebd8a5 (patch)
tree19f28097c3e58ea3336a450b84df97b8cdf98178 /llvm
parentdcf890598cfb92e7eeaf0995bb8a1567f519bd86 (diff)
downloadbcm5719-llvm-424aac368782c99537ab36cdf2f803d9ceebd8a5.tar.gz
bcm5719-llvm-424aac368782c99537ab36cdf2f803d9ceebd8a5.zip
Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes.
llvm-svn: 312977
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/DebugInfo/Generic/empty.ll2
-rw-r--r--llvm/test/DebugInfo/Generic/gmlt.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/Generic/empty.ll b/llvm/test/DebugInfo/Generic/empty.ll
index 79912841fa6..e5a5781426a 100644
--- a/llvm/test/DebugInfo/Generic/empty.ll
+++ b/llvm/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/llvm/test/DebugInfo/Generic/gmlt.test b/llvm/test/DebugInfo/Generic/gmlt.test
index e36a3bdea35..9fe4b27bfc8 100644
--- a/llvm/test/DebugInfo/Generic/gmlt.test
+++ b/llvm/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
OpenPOWER on IntegriCloud