Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go build llvm failed #29339

Closed
chai2010 opened this issue Dec 19, 2018 · 2 comments
Closed

go build llvm failed #29339

chai2010 opened this issue Dec 19, 2018 · 2 comments

Comments

@chai2010
Copy link
Contributor

package main

import (
	"fmt"

	_ "llvm.org/llvm/bindings/go/llvm"
)

func main() {
	fmt.Println("done")
}
$ go version
go version go1.12beta1 darwin/amd64
$ go build
go: finding llvm.org/llvm/bindings/go/llvm latest
go: finding llvm.org/llvm latest
go: downloading llvm.org/llvm v0.0.0-20181219144336-000000349630
build chai2010.cn/hello-llvm: cannot load llvm.org/llvm/bindings/go/llvm: ReadZip not implemented for svn
$ cat go.mod
module chai2010.cn/hello-llvm

go 1.12
@bcmills
Copy link
Contributor

bcmills commented Dec 19, 2018

When filing issues, please fill out the entire issue template: for example, go env is relevant here.

@bcmills
Copy link
Contributor

bcmills commented Dec 19, 2018

Duplicate of #26092.

@bcmills bcmills closed this as completed Dec 19, 2018
@golang golang locked and limited conversation to collaborators Dec 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants