[go-nuts] Build fails when using gollvm toolchain instead of go

2020-05-25 Thread sitilge
Hi, I've been trying to make this project https://github.com/intel-go/nff-go using a freshly built gollvm to get the code compiled into LLVM IR. The project builds fine when using the regular go toolchain, but when trying to build with gollvm, I get errors such as below: ../../asm/asm.s: Assem

[go-nuts] Build fails when following build instructions

2020-04-30 Thread sitilge
Hi, I initially opened an issue, but was suggested to post to the mailing list instead: https://github.com/golang/go/issues/38728 Build keeps failing when trying to build (Ubuntu Focal Fossa, amd64) from the latest commit to the master and following the build instructions. Has anyone succeeded