On Tue, Mar 31, 2020 at 5:19 PM sanye wrote:
>
> Hello gophers,
> I have a problem when debugging with gdb using go1.14/1.14.1, set a
> breakpoint on entrypoint will not show line and file information, but
> go1.13.9 and older versions have, here is the detail
>
> demo.go
>
Hello gophers,
I have a problem when debugging with gdb using go1.14/1.14.1, set a
breakpoint on entrypoint will not show line and file information, but
go1.13.9 and older versions have, here is the detail
demo.go
package main
func main() {
println("hello world")
}
build
CL submitted. If you can please update your client and try your build
again, it should go through.
Thanks, Than
On Tue, Mar 31, 2020 at 2:56 PM Than McIntosh wrote:
> Hello again,
>
> The gollvm sources were indeed out of date with LLVM tip. I sent
>
> https://go-review.googlesource.com/c/gollv
Hello again,
The gollvm sources were indeed out of date with LLVM tip. I sent
https://go-review.googlesource.com/c/gollvm/+/226637
to resolve the problem. I'll let you know when this is checked in.
Thanks, Than
On Tue, Mar 31, 2020 at 12:40 PM Than McIntosh wrote:
> Hi,
>
> I'll take a look
Hi,
I'll take a look to see if I can reproduce the problem.
Gollvm is "out of tree", meaning that when LLVM headers and data structures
change things can get out of sync, but I'll need to confirm.
Thanks, Than
On Tue, Mar 31, 2020 at 12:16 PM Ian Lance Taylor wrote:
> [ + thanm, cherryyz ]
[ + thanm, cherryyz ]
On Tue, Mar 31, 2020 at 9:03 AM wrote:
>
> Hi,
>
> I am currently trying to build the gollvm compiler.
> I have followed the instructions provided on the Google source page, up until
> the "ninja gollvm" instruction, the only difference being that my workarea
> folder is n
Hi,
I am currently trying to build the gollvm compiler.
I have followed the instructions provided on the Google source page, up
until the "ninja gollvm" instruction, the only difference being that my
workarea folder is named build-gollvm. At this point, I get the following
error :
[1/1243] Bui