• Michael Hudson-Doyle's avatar
    cmd/go: test: do not put object files where later steps will find them · 7178c05d
    Michael Hudson-Doyle authored
    When recompiling a package whose basename is the name of a standard
    package for testing with gccgo, a .o file with the basename of the
    package being tested was being placed in the _test/ directory where the
    compilation of the test binary then found it when looking for the
    standard library package.
    
    This change puts the object files in a separate directory.
    
    Fixes #6793
    
    R=golang-codereviews, dave, gobot, rsc, iant
    CC=golang-codereviews
    https://golang.org/cl/27650045
    7178c05d
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...