Re: [go-nuts] Re: gollvm compilation issue

2022-02-11 Thread Zhen Huang
Yes, I can build now. Thank you for the fix. On Wed, Feb 9, 2022 at 4:52 PM Than McIntosh wrote: > OK, I checked in another CL to resolve this new issue. Give it a try again > please and let me know if you are able to build. > > Thanks, Than > > > On Wed, Feb 9, 2022 at 2:35 PM Than McIntosh

Re: [go-nuts] Re: gollvm compilation issue

2022-02-09 Thread 'Than McIntosh' via golang-nuts
OK, I checked in another CL to resolve this new issue. Give it a try again please and let me know if you are able to build. Thanks, Than On Wed, Feb 9, 2022 at 2:35 PM Than McIntosh wrote: > Thanks for the report. I'll take a look... > > Than > > On Wed, Feb 9, 2022 at 2:33 PM Zhen Huang >

Re: [go-nuts] Re: gollvm compilation issue

2022-02-09 Thread 'Than McIntosh' via golang-nuts
Thanks for the report. I'll take a look... Than On Wed, Feb 9, 2022 at 2:33 PM Zhen Huang wrote: > Thank you for the prompt response! I checked out the updated code and the > previous compilation error is gone. However, another compilation error came > up: > > [183/1626] Building CXX object >

Re: [go-nuts] Re: gollvm compilation issue

2022-02-09 Thread Zhen Huang
Thank you for the prompt response! I checked out the updated code and the previous compilation error is gone. However, another compilation error came up: [183/1626] Building CXX object tools/g...LVMCppGoPasses.dir/GoStatepoints.cpp.o FAILED:

[go-nuts] Re: gollvm compilation issue

2022-02-08 Thread eric...@arm.com
I just filed a patch for this issue, see https://go-review.googlesource.com/c/gollvm/+/384394 在2022年2月9日星期三 UTC+8 14:57:08 写道: > I tried to build gollvm with the latest llvm, but it failed with several > compilation errors, such as the one below. Using llvm-13.0.0 resulted in > compilation