summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/empty.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-09-11 23:05:20 +0000
committerAdrian Prantl <aprantl@apple.com>2017-09-11 23:05:20 +0000
commit16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb (patch)
tree0c4d525986263e576d5d50bb1ff301468ac7083f /llvm/test/DebugInfo/X86/empty.ll
parent32a40564385ba3b0f96b00e281d854ac2a54b457 (diff)
downloadbcm5719-llvm-16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb.tar.gz
bcm5719-llvm-16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb.zip
llvm-dwarfdump: Make -brief the default and add a -verbose option instead.
Differential Revision: https://reviews.llvm.org/D37717 llvm-svn: 312972
Diffstat (limited to 'llvm/test/DebugInfo/X86/empty.ll')
-rw-r--r--llvm/test/DebugInfo/X86/empty.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/empty.ll b/llvm/test/DebugInfo/X86/empty.ll
index b89af579fd9..7abf217be27 100644
--- a/llvm/test/DebugInfo/X86/empty.ll
+++ b/llvm/test/DebugInfo/X86/empty.ll
@@ -1,5 +1,5 @@
-; RUN: llc -mtriple i686-pc-cygwin < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
-; RUN: llc -mtriple i686-pc-cygwin -split-dwarf-file=foo.dwo < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s
+; RUN: llc -mtriple i686-pc-cygwin < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck %s
+; RUN: llc -mtriple i686-pc-cygwin -split-dwarf-file=foo.dwo < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck --check-prefix=FISSION %s
; Expect no line table entry since there are no functions and file references in this compile unit
; CHECK: .debug_line contents:
OpenPOWER on IntegriCloud