mirror of
https://github.com/golang/go
synced 2024-11-16 20:14:48 -07:00
doc/go1.19: gc requires -p=importpath
For #51400 Change-Id: I07a805147a6aa0923331f3f940a9e6e5553cbea9 Reviewed-on: https://go-review.googlesource.com/c/go/+/410676 Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
parent
c1e2ecbaf9
commit
7271a0a287
@ -134,8 +134,12 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
<p>
|
<p>
|
||||||
TODO: <a href="https://go.dev/cl/402374">https://go.dev/cl/402374</a>: enable regabi on riscv64 by default
|
TODO: <a href="https://go.dev/cl/402374">https://go.dev/cl/402374</a>: enable regabi on riscv64 by default
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p><!-- CL 391014 -->
|
||||||
TODO: <a href="https://go.dev/cl/391014">https://go.dev/cl/391014</a>: The Go compiler now requires the -p=importpath flag, which is already supplied by the go command and by Bazel. Any other build systems that invoke the Go compiler directly will need to make sure they pass this flag as well in order to use Go 1.19.: cmd/compile: require -p flag
|
The Go compiler now requires the <code>-p=importpath</code> flag to
|
||||||
|
build a linkable object file. This is already supplied by
|
||||||
|
the <code>go</code> command and by Bazel. Any other build systems
|
||||||
|
that invoke the Go compiler directly will need to make sure they
|
||||||
|
pass this flag as well.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
TODO: complete this section, or delete if not needed
|
TODO: complete this section, or delete if not needed
|
||||||
|
Loading…
Reference in New Issue
Block a user