Peter Collingbourne
|
112e5ba281
|
[nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independent part.
Fixes the Go build.
Differential Revision: http://llvm-reviews.chandlerc.com/D877
llvm-svn: 182851
|
2013-05-29 12:11:43 +00:00 |
Alexander Potapenko
|
6535f510a3
|
[ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every platform except Linux (because we don't support sandboxing anywhere else yet)
On Linux we pre-cache the value of readlink("/proc/self/exe"), so that it can be later used when the sandbox has been turned on.
llvm-svn: 182579
|
2013-05-23 11:53:36 +00:00 |
Alexey Samsonov
|
73565f7f5d
|
[Sanitizer] Print verbose warning if symbolizer can't read /proc/self/exe for some reason
llvm-svn: 182374
|
2013-05-21 12:22:36 +00:00 |
Peter Collingbourne
|
c787d42f40
|
[nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
llvm-svn: 182372
|
2013-05-21 12:08:37 +00:00 |