Re: [go-nuts] Re: Error running gollvm on Ubuntu 20.04

2022-07-18 Thread hiter adole
Sorry for confusing, but I got something wrong: gollvm still does not work under root. It seems problems related with split-stack, but I do not know how to fix it yet. 在2022年7月17日星期日 UTC+8 22:59:14 写道: > Hi khanh: > > I met that problem too, and I thought I somehow fix it. I located the > sour

Re: [go-nuts] Re: Error running gollvm on Ubuntu 20.04

2022-07-17 Thread hiter adole
Hi khanh: I met that problem too, and I thought I somehow fix it. I located the source code and found that when caller function is compiled with "fsplit-stack" and callee function is compiled with "fno-split-stack", the address of caller functions has to be relocated. However it remains me that