go/src/cmd/link/internal/ld/execarchive.go

const syscallExecSupported

// execArchive invokes the archiver tool with syscall.Exec(), with
// the expectation that this is the last thing that takes place
// in the linking operation.
func (ctxt *Link) execArchive(argv []string) {}