]> Cypherpunks repositories - gostls13.git/commit
go/build: recognize '.sx' as equivalent of '.S'
authorUmang Parmar <umangjparmar@gmail.com>
Sun, 20 Oct 2019 11:25:56 +0000 (11:25 +0000)
committerIan Lance Taylor <iant@golang.org>
Sun, 20 Oct 2019 21:15:11 +0000 (21:15 +0000)
commit504fce98ba3052135ec1f9564e06819f42cdbc86
tree45f20bd61ec8fc47772f0a6282ea2eaebfd6b924
parent6a24de92a21f1762a61fbff171d26957b6dcee53
go/build: recognize '.sx' as equivalent of '.S'

On case insensitive filesystems, '.S' is interpreted as '.s' so,
providing option to use '.sx' extension for '.S' files as an alternative.

Fixes #32434

Change-Id: Ie2f7e5e2f3f12690ce18659e30ca94252a8f7bfc
GitHub-Last-Rev: dcca989ec41ddc1d06ea509b78dce7d70bc996ed
GitHub-Pull-Request: golang/go#32557
Reviewed-on: https://go-review.googlesource.com/c/go/+/181699
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/doc.go
src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go
src/go/build/build.go