Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for linkSharedActionID (0.26 sec)

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

    	if cfg.BuildTrimpath {
    		fmt.Fprintln(h, "trimpath")
    	}
    
    	// Toolchain-dependent configuration, shared with b.linkSharedActionID.
    	b.printLinkerConfig(h, p)
    
    	// Input files.
    	for _, a1 := range a.Deps {
    		p1 := a1.Package
    		if p1 != nil {
    			if a1.built != "" || a1.buildID != "" {
    				buildID := a1.buildID
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top