Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for needCgoHdr (0.08 sec)

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

    		if a1.Mode == "preprocess PGO profile" {
    			fmt.Fprintf(h, "pgofile %s\n", b.fileHash(a1.built))
    		}
    	}
    
    	return h.Sum()
    }
    
    // needCgoHdr reports whether the actions triggered by this one
    // expect to be able to access the cgo-generated header file.
    func (b *Builder) needCgoHdr(a *Action) bool {
    	// If this build triggers a header install, run cgo to get the header.
    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