Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __cgo__ (0.1 sec)

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

    	// starts with "_cgo_". Make sure that the comments in those files
    	// are safe. This is a backstop against people somehow smuggling
    	// such a comment into a file generated by cgo.
    	if cfg.BuildToolchainName == "gc" && !cfg.BuildN {
    		var flags []string
    		for _, f := range outGo {
    			if !strings.HasPrefix(filepath.Base(f), "_cgo_") {
    				continue
    			}
    
    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