[llvm] r312988 - Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 18:20:29 PDT 2017


Author: adrian
Date: Mon Sep 11 18:20:29 2017
New Revision: 312988

URL: http://llvm.org/viewvc/llvm-project?rev=312988&view=rev
Log:
Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes.

Modified:
    llvm/trunk/test/DebugInfo/Generic/empty.ll

Modified: llvm/trunk/test/DebugInfo/Generic/empty.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/empty.ll?rev=312988&r1=312987&r2=312988&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/empty.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/empty.ll Mon Sep 11 18:20:29 2017
@@ -1,6 +1,6 @@
 ; REQUIRES: object-emission
 
-; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
+; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck %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




More information about the llvm-commits mailing list