]> Cypherpunks repositories - gostls13.git/commit
cmd/link: new DWARF line table test case
authorThan McIntosh <thanm@google.com>
Mon, 1 Jun 2020 14:24:46 +0000 (10:24 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 3 Jun 2020 18:03:41 +0000 (18:03 +0000)
commit09e791feb1dfbfc05578a17cd9c035ef82af4033
treea4f04cf1351d898255efe9001ba1e8cf2543baa3
parentf98b9ae07c512f824fc0327eb8b0aca0847ecdb8
cmd/link: new DWARF line table test case

Add a test case for an issue with how Go emits DWARF line tables,
specifically relating to the line table "end sequence" operator.

Updates #38192.

Change-Id: I878b262e6ca6c550c0e460c3d5a1969ac4a2c31b
Reviewed-on: https://go-review.googlesource.com/c/go/+/235917
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/link/internal/ld/dwarf_test.go
src/cmd/link/internal/ld/testdata/issue38192/main.go [new file with mode: 0644]
src/cmd/link/internal/ld/testdata/issue38192/oneline.s [new file with mode: 0644]