Re: [go-nuts] go1.14/go1.14.1 missing some debug information

2020-03-31 Thread Ian Lance Taylor
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 >

[go-nuts] go1.14/go1.14.1 missing some debug information

2020-03-31 Thread sanye
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

Re: [go-nuts] [gollvm] Cannot build project : no type named 'CompositeType' in namespace 'llvm'

2020-03-31 Thread 'Than McIntosh' via golang-nuts
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

Re: [go-nuts] [gollvm] Cannot build project : no type named 'CompositeType' in namespace 'llvm'

2020-03-31 Thread 'Than McIntosh' via golang-nuts
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

Re: [go-nuts] [gollvm] Cannot build project : no type named 'CompositeType' in namespace 'llvm'

2020-03-31 Thread 'Than McIntosh' via golang-nuts
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 ]

Re: [go-nuts] [gollvm] Cannot build project : no type named 'CompositeType' in namespace 'llvm'

2020-03-31 Thread Ian Lance Taylor
[ + 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

[go-nuts] [gollvm] Cannot build project : no type named 'CompositeType' in namespace 'llvm'

2020-03-31 Thread gitsune63
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