]> Cypherpunks repositories - gostls13.git/commit
internal/buildcfg: fix typo in DWARF 5 enabling code
authorThan McIntosh <thanm@golang.org>
Wed, 12 Mar 2025 01:19:11 +0000 (21:19 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 12 Mar 2025 03:07:11 +0000 (20:07 -0700)
commitc032b042190dcc37963b025c75e938f3ffa587d0
tree7a02c6d0626a708f713d843c47bdb72e1cceba36
parentc00647b49b7e538506af31c67eb0411e8ea64176
internal/buildcfg: fix typo in DWARF 5 enabling code

Fix a typo in the code that decides which GOOS values will support use
of DWARF 5 ("darwin" was not spelled correctly).

Updates #26379.

Change-Id: I3a7906d708550fcedc3a8e89d0444bf12b9143f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/656895
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/internal/buildcfg/exp.go