On Mon, Jul 20, 2020 at 12:06 PM Guido Chari <
cha...@gmail.com> wrote:
>
> I am trying to compile a go program with santizers using gollvm and I can not workaround it. Is that possible?
As far as I know nobody has tried to make the various sanitizers work
with GoLLVM. It's probably possible, but I would expect it to require
adding some additional information to the sanitizer libraries and/or
the GoLLVM frontend.
Ian