• Russ Cox's avatar
    cmd/go: display cached compiler output more often · ccf04c60
    Russ Cox authored
    CL 77110 arranged for caching and redisplaying compiler output
    when reusing a compile artifact from the build cache.
    
    It neglected to redisplay compiler and linker output when avoiding
    the compile and link steps by reusing the target output binary
    as a cached result. It also neglected to redisplay compiler and linker
    output when avoiding the compile and link (and test) steps by reusing
    cached test output.
    
    This CL brings back the compiler and linker output in those two cases,
    provided it can be found in the build cache. If it can't be found in the
    build cache, then the go command still reuses the binaries and avoids
    the compile/link/test steps. (It's not worth doing all that work again
    just to repeat diagnostic output.)
    
    Fixes #23877.
    
    Change-Id: I25bc054d93a88c039bcb8c5683fe4ac5cb1ee544
    Reviewed-on: https://go-review.googlesource.com/128903
    Run-TryBot: Russ Cox <rsc@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBryan C. Mills <bcmills@google.com>
    ccf04c60
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...