Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cleanTimeStamps (0.56 sec)

  1. src/cmd/link/internal/ld/lib.go

    	argv := []string{*flagExtar, "-q", "-c", "-s"}
    	if ctxt.HeadType == objabi.Haix {
    		argv = append(argv, "-X64")
    	}
    	godotopath := filepath.Join(*flagTmpdir, "go.o")
    	cleanTimeStamps([]string{godotopath})
    	hostObjCopyPaths := ctxt.hostobjCopy()
    	cleanTimeStamps(hostObjCopyPaths)
    
    	argv = append(argv, *flagOutfile)
    	argv = append(argv, godotopath)
    	argv = append(argv, hostObjCopyPaths...)
    
    	if ctxt.Debugvlog != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top