Re: [go-nuts] Does it support using external package in gollvm?

2020-11-19 Thread 'Than McIntosh' via golang-nuts
Can you please post the exact commands you're using? The recipe in https://go.googlesource.com/gollvm#seetheir is meant to give you an idea as to how to do this, but without seeing exactly what you typed it's hard to tell what the problem s. Thanks. On Thu, Nov 19, 2020 at 8:57 AM jw jiang wrot

[go-nuts] Does it support using external package in gollvm?

2020-11-19 Thread jw jiang
i've read some papers said that he changed the go source file to llvm ir using llgo. but i found that llgo is not maintained . So i search and find gollvm in https://go.googlesource.com/gollvm#seetheir. i follow its instruction steps and build the g