• Russ Cox's avatar
    [dev.cc] cmd/cgo: generate only Go source files · 25f9f5d0
    Russ Cox authored
    [This CL is part of the removal of C code from package runtime.
    See golang.org/s/dev.cc for an overview.]
    
    We changed cgo to write the actual function wrappers in Go
    for Go 1.4. The only code left in C output files was the definitions
    for pointers to C data and the #pragma cgo directives.
    Write both of those to Go outputs instead, using the new
    compiler directives introduced in CL 169360043.
    
    (Still generating C files in gccgo mode.)
    
    LGTM=r
    R=r
    CC=austin, golang-codereviews, iant, khr
    https://golang.org/cl/169330045
    25f9f5d0
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...
dev.cc Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...