[PATCH] Fix getting environment variables for sanitizers needs on FreeBSD
Dmitry Vyukov
dvyukov at google.com
Tue Jul 8 02:34:11 PDT 2014
On Tue, Jul 8, 2014 at 1:17 PM, Viktor Kutuzov
<vkutuzov at accesssoftek.com> wrote:
>> crt1 is a part of C runtime. I am interested in complete independence of C world for Go runtime.
>
> We would need a special implementation for Go then, I believe.
Not necessary. If we have C crt-independent version for Go, then we
don't need a separate C crt-dependent version for C++. Just as on
linux we have GetEnv that reads a file from /proc.
More information about the llvm-commits
mailing list