diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-12-12 09:35:59 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-12-12 14:06:10 +0000 |
commit | 84a9756a72d81c32972b85c1d11cfd391f5b93a6 (patch) | |
tree | 3f5336b07339275fc0da5f5837a61fa575499741 /llvm/test | |
parent | d6417f5584aa7673fa0212029a96cc9cacb1aad5 (diff) | |
download | bcm5719-llvm-84a9756a72d81c32972b85c1d11cfd391f5b93a6.tar.gz bcm5719-llvm-84a9756a72d81c32972b85c1d11cfd391f5b93a6.zip |
[llvm-dwarfdump] Add blank line after printing line table
This helps delineate it in the output from later tables or other output.
Reviewed by: JDevlieghere
Differential Revision: https://reviews.llvm.org/D71344
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/tools/llvm-dwarfdump/X86/debug-line.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-dwarfdump/X86/debug-line.s b/llvm/test/tools/llvm-dwarfdump/X86/debug-line.s index bd625427e9c..7184bc531c0 100644 --- a/llvm/test/tools/llvm-dwarfdump/X86/debug-line.s +++ b/llvm/test/tools/llvm-dwarfdump/X86/debug-line.s @@ -43,6 +43,7 @@ # CHECK-NEXT: 0x0000000000000002 1 0 1 0 0 is_stmt # CHECK-NEXT: 0x0000000000000002 1 4 3 0 0 is_stmt # CHECK-NEXT: 0x0000000000000024 1 4 3 5 6 basic_block prologue_end epilogue_begin end_sequence +# CHECK-EMPTY: # CHECK-NEXT: debug_line[0x0000006d] # CHECK-NEXT: Line table prologue: # CHECK-NEXT: total_length: 0x0000001b |