Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addTransitiveLinkDeps (0.21 sec)

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

    // transitively imported by the whole program; addTransitiveLinkDeps
    // makes sure those are present in a.Deps.
    // If shlib is non-empty, then a corresponds to the build and installation of shlib,
    // so any rebuild of shlib should not be added as a dependency.
    func (b *Builder) addTransitiveLinkDeps(a, a1 *Action, shlib string) {
    	// Expand Deps to include all built packages, for the linker.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top