]> Cypherpunks repositories - gostls13.git/commit
internal/goexperiment: add a new experiment to gate DWARF version 5
authorThan McIntosh <thanm@golang.org>
Fri, 18 Oct 2024 16:10:44 +0000 (12:10 -0400)
committerThan McIntosh <thanm@golang.org>
Sat, 22 Feb 2025 21:26:47 +0000 (13:26 -0800)
commitbdb46760430006c2bcea4a9702d0a5b413d66413
treeac6fbcedcabfa531ce74e2cd9a9a4946e1d526b2
parent38825ef34715f024be0767f2bb94bb8c299f6f6b
internal/goexperiment: add a new experiment to gate DWARF version 5

Add new experiment to enable generation of DWARF version 5 in
the compiler and linker.

Updates #26379.

Change-Id: I5e686a5e66d13b01e8cc8cd7c04f6fffd90d597b
Reviewed-on: https://go-review.googlesource.com/c/go/+/633877
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/goexperiment/exp_dwarf5_off.go [new file with mode: 0644]
src/internal/goexperiment/exp_dwarf5_on.go [new file with mode: 0644]
src/internal/goexperiment/flags.go