diff options
author | Diego Novillo <dnovillo@google.com> | 2014-02-14 19:27:53 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2014-02-14 19:27:53 +0000 |
commit | 5b5cf503b53ff103c9c0ecb735479366d79a47bf (patch) | |
tree | 59bf9ac85d7945b610df04f2c8049dde58b792c4 /llvm/test/DebugInfo/X86/ending-run.ll | |
parent | 4cdaa7d778e6b61df85a4b870b3b959cd40a5911 (diff) | |
download | bcm5719-llvm-5b5cf503b53ff103c9c0ecb735479366d79a47bf.tar.gz bcm5719-llvm-5b5cf503b53ff103c9c0ecb735479366d79a47bf.zip |
Support DWARF discriminators in object streamer.
Summary:
This adds support for emitting DWARF path discriminator values in
the object streamer. It also changes the DWARF dumper to show
discriminator values in the line table output.
Reviewers: echristo
CC: llvm-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D2794
llvm-svn: 201427
Diffstat (limited to 'llvm/test/DebugInfo/X86/ending-run.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/ending-run.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/ending-run.ll b/llvm/test/DebugInfo/X86/ending-run.ll index c18af8ac7f5..2d3e74112db 100644 --- a/llvm/test/DebugInfo/X86/ending-run.ll +++ b/llvm/test/DebugInfo/X86/ending-run.ll @@ -4,9 +4,9 @@ ; Check that the line table starts at 7, not 4, but that the first ; statement isn't until line 8. -; CHECK-NOT: 0x0000000000000000 7 0 1 0 is_stmt +; CHECK-NOT: 0x0000000000000000 7 0 1 0 0 is_stmt ; CHECK: 0x0000000000000000 7 0 1 0 -; CHECK: 0x0000000000000004 8 18 1 0 is_stmt prologue_end +; CHECK: 0x0000000000000004 8 18 1 0 0 is_stmt prologue_end define i32 @callee(i32 %x) nounwind uwtable ssp { entry: |