diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/stack-value-dwarf2.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/stack-value-dwarf2.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/X86/stack-value-dwarf2.ll b/llvm/test/DebugInfo/X86/stack-value-dwarf2.ll index c5ebacc392c..f7cc2518e65 100644 --- a/llvm/test/DebugInfo/X86/stack-value-dwarf2.ll +++ b/llvm/test/DebugInfo/X86/stack-value-dwarf2.ll @@ -1,7 +1,8 @@ -; RUN: llc -filetype=obj -o - %s | llvm-dwarfdump - | FileCheck %s +; RUN: llc -filetype=obj -o - %s | llvm-dwarfdump -debug-dump=loc - | FileCheck %s + ; Note that it would be even better to avoid emitting the empty piece. -; CHECK: Location description: 93 08 -; piece 0x00000008 +; CHECK: {{.*}}: DW_OP_piece 0x8{{$}} + source_filename = "bugpoint-reduced-simplified.ll" target triple = "i386-apple-ios7.0.0" |

