Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildImportcfgSymlinks (0.68 sec)

  1. src/cmd/go/internal/work/gccgo.go

    	return ofile, output, err
    }
    
    // buildImportcfgSymlinks builds in root a tree of symlinks
    // implementing the directives from importcfg.
    // This serves as a temporary transition mechanism until
    // we can depend on gccgo reading an importcfg directly.
    // (The Go 1.9 and later gc compilers already do.)
    func buildImportcfgSymlinks(sh *Shell, root string, importcfg []byte) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:18:34 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top