Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for instrument (0.12 sec)

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

    	// The .go file will use import "C" and is to be processed by cgo.
    	// For -cover test or build runs, this needs to happen after the cover
    	// tool is run; we don't want to instrument swig-generated Go files,
    	// see issue #64661.
    	if p.UsesSwig() {
    		outGo, outC, outCXX, err := b.swig(a, objdir, pcCFLAGS)
    		if err != nil {
    			return err
    		}
    		cgofiles = append(cgofiles, outGo...)
    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