Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isUnneededSSARewriteFile (0.33 sec)

  1. src/cmd/dist/buildtool.go

    // isUnneededSSARewriteFile reports whether srcFile is a
    // src/cmd/compile/internal/ssa/rewriteARCHNAME.go file for an
    // architecture that isn't for the given GOARCH.
    //
    // When unneeded is true archCaps is the rewrite base filename without
    // the "rewrite" prefix or ".go" suffix: AMD64, 386, ARM, ARM64, etc.
    func isUnneededSSARewriteFile(srcFile, goArch string) (archCaps string, unneeded bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 23:29:41 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top