diff options
author | Paul Robinson <paul.robinson@sony.com> | 2017-12-04 21:27:46 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2017-12-04 21:27:46 +0000 |
commit | 68ba772cc0fcc2997f0e7827dd01f42f85161b7d (patch) | |
tree | 9c1823d951d890e8832810bd6c2f4f13163e880c /llvm/test/MC/ELF/empty-dwarf-lines.s | |
parent | c83977fc2137f3a9ed6c1978a6b0edef3e60af88 (diff) | |
download | bcm5719-llvm-68ba772cc0fcc2997f0e7827dd01f42f85161b7d.tar.gz bcm5719-llvm-68ba772cc0fcc2997f0e7827dd01f42f85161b7d.zip |
Re-submit r289925 (Update .debug_line section version to match DWARF version)
Set the .debug_line version to match the requested DWARF version,
except with a maximum of v4 because we don't support v5 yet.
Previously Chromium had issues with this patch; see PR31407. Chromium
tool issues have been addressed, so hopefully this will go through
this time.
Patch by Katya Romanova!
Differential Revision: https://reviews.llvm.org/D38002
llvm-svn: 319699
Diffstat (limited to 'llvm/test/MC/ELF/empty-dwarf-lines.s')
-rw-r--r-- | llvm/test/MC/ELF/empty-dwarf-lines.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/empty-dwarf-lines.s b/llvm/test/MC/ELF/empty-dwarf-lines.s index 19305709cda..3b14fe0e6c5 100644 --- a/llvm/test/MC/ELF/empty-dwarf-lines.s +++ b/llvm/test/MC/ELF/empty-dwarf-lines.s @@ -15,7 +15,7 @@ c: // CHECK-NEXT: ] // CHECK-NEXT: Address: 0x0 // CHECK-NEXT: Offset: 0x44 -// CHECK-NEXT: Size: 39 +// CHECK-NEXT: Size: 40 // CHECK-NEXT: Link: 0 // CHECK-NEXT: Info: 0 // CHECK-NEXT: AddressAlignment: 1 |