aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2017-07-18 11:57:05 -0400
committerRuss Cox <rsc@golang.org>2017-09-30 00:55:58 +0000
commita1fb024ac923bba8350ead22188fbcf0cca985a7 (patch)
tree523e031454639fb5daa95967dc6881044d006d18 /src/encoding
parent1409c28707264cd9e30082920da772b841f2bc9e (diff)
downloadgo-a1fb024ac923bba8350ead22188fbcf0cca985a7.tar.xz
cmd/go: hide work subdirectory names in gcc/clang object files
Until now the subdirectories under $WORK have had predictable names, so it was OK to strip just $WORK from the file names that end up in object files. In the future, those predictable names would cause predictable collisions when compiling one package in two different ways, so we're moving toward arbitrary, unpredictable subdirectory names instead. When we do that, if the names appear in the object files we won't get reproducible builds. Take the subdirectory names out now, to make the later change safe. Change-Id: I8057d1cc73f6e35c98b7718c9789c161dcbd87c0 Reviewed-on: https://go-review.googlesource.com/67251 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/encoding')
0 files changed, 0 insertions, 0 deletions