[go-nuts] [gollvm] Sanitizers

2020-07-20 Thread Guido Chari
Hi, I am trying to compile a go program with santizers using gollvm and I can not workaround it. Is that possible? Cheers, Guido. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it,

[go-nuts] [go-llvm] Problem compiling in docker

2020-06-22 Thread Guido Chari
Hi, I tried to compile under macos and I was told it is not supported. Now I created a docker container with a fresh ubuntu 20.04. When executing the CMake command following the guidelines I got something very similar to what I had get in macos: ` Determining if the include file malloc/malloc.

Re: [go-nuts] Problems compiling gollvm macos

2020-06-19 Thread Guido Chari
McIntosh escribió: > > Hello, > Gollvm is not support for MacOS at the moment-- the runtime (shared with > gccgo) doesn't target MacOS. > Cheers, Than > > > On Fri, Jun 19, 2020 at 2:19 PM Guido Chari > wrote: > >> Hi, >> >> I am havi

[go-nuts] Problems compiling gollvm macos

2020-06-19 Thread Guido Chari
Hi, I am having problems to compile gollvm. I am following the instructions in https://go.googlesource.com/gollvm/, and I am running a macos mojave. I can not complete the cmake. Below the beggining of the error log. Any pointers? ``` Checking whether the ASM compiler is GNU using "--version" d