Re: [go-nuts] gollvm: sys/unix error with LLVM10

2021-05-05 Thread Khanh TN
Thank you. I will try this gofrontend commit as a temporary fix. Khanh On Wednesday, May 5, 2021 at 8:47:11 PM UTC+8 th...@google.com wrote: > Hi, > > I think what you are seeing is basically a consequence of building an > older version of gollvm -- the version you are building doesn't include

Re: [go-nuts] gollvm: sys/unix error with LLVM10

2021-05-05 Thread 'Than McIntosh' via golang-nuts
Hi, I think what you are seeing is basically a consequence of building an older version of gollvm -- the version you are building doesn't include newer bug fixes in the gofrontend version of the go command. The fix you need is in a gofrontend commit ( c948c2d770122932a05b62f653efa2c51f72d3ae ) th