]> granicus.if.org Git - llvm/commitdiff
Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes.
authorAdrian Prantl <aprantl@apple.com>
Mon, 11 Sep 2017 23:40:44 +0000 (23:40 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 11 Sep 2017 23:40:44 +0000 (23:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312977 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/Generic/empty.ll
test/DebugInfo/Generic/gmlt.test

index 79912841fa6d21fb1ab346551c7e42e04ca61023..e5a5781426afea16b8d4bc29133ccc898160ebc7 100644 (file)
@@ -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
index e36a3bdea35534d6523a05655907b734612df359..9fe4b27bfc8f8947061461e1604c0bee2930c246 100644 (file)
@@ -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