From 16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 11 Sep 2017 23:05:20 +0000 Subject: llvm-dwarfdump: Make -brief the default and add a -verbose option instead. Differential Revision: https://reviews.llvm.org/D37717 llvm-svn: 312972 --- llvm/test/DebugInfo/X86/float_const.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/DebugInfo/X86/float_const.ll') diff --git a/llvm/test/DebugInfo/X86/float_const.ll b/llvm/test/DebugInfo/X86/float_const.ll index a93a8f9ff06..2b595419492 100644 --- a/llvm/test/DebugInfo/X86/float_const.ll +++ b/llvm/test/DebugInfo/X86/float_const.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -filetype=obj | llvm-dwarfdump -debug-info - | FileCheck %s +; RUN: llc < %s -filetype=obj | llvm-dwarfdump -v -debug-info - | FileCheck %s ; from (at -Os): ; void foo() { ; float a = 3.14; -- cgit v1.2.3