Hello, I compile gollvm with: ``` */bin/bash -c cd /llvm-project && git checkout 96b0b9a5e && cd llvm/tools/gollvm && git checkout d30fc0bf && cd gofrontend && git checkout ae20684902 && git apply /tmp/gollvm.patch && cd ../libgo/libffi && git checkout 8111cd0692 && cd ../libbacktrace && git checkout f24e9f4* ```
Then, I compile some project code by golang (my purpose is to compile this project to LLVM IR): *go build -gccgoflags -static-libgo -work -x mypackage.go* But I met an error when type this command in my terminal : *../go/pkg/mod/github.com/emitter-io/config@v1.0.0/config.go:15:2: package plugin is not in GOROOT (/usr/local/go/src/plugin)* gollvm dont support that `plugin` package or my environment is wrong? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/c533479e-5d9a-479a-9c8d-cdbc90f3820cn%40googlegroups.com.