]> Cypherpunks repositories - gostls13.git/commit
gc: use AbsFileLine for deterministic binary export data
authorAlan Donovan <adonovan@google.com>
Mon, 25 Apr 2016 22:31:36 +0000 (18:31 -0400)
committerRobert Griesemer <gri@golang.org>
Tue, 26 Apr 2016 21:43:17 +0000 (21:43 +0000)
commit6e4a8615f652a2020471622354be6d890404020c
tree55d2ee0e509a13da6628015bf87bb0a3c930daf9
parent17db07f9b5034f22851f32f7700649ac61c44e8f
gc: use AbsFileLine for deterministic binary export data

This version of the file name honors the -trimprefix flag,
which strips off variable parts like $WORK or $PWD.
The TestCgoConsistentResults test now passes.

Change-Id: If93980b054f9b13582dd314f9d082c26eaac4f41
Reviewed-on: https://go-review.googlesource.com/22444
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/gc/bexport.go