This is an archive of the discontinued LLVM Phabricator instance.

Support getting executable's name for sanitizers needs on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on May 28 2014, 6:53 AM.

Details

Reviewers
kcc
samsonov

Diff Detail

Event Timeline

kutuzov.viktor.84 retitled this revision from to Support getting executable's name for sanitizers needs on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added reviewers: kcc, samsonov.
kutuzov.viktor.84 added subscribers: Unknown Object (MLST), emaste.
lib/sanitizer_common/sanitizer_linux.cc
672

BTW, why don't we check proc_self_exe_cache_len first?

samsonov accepted this revision.May 28 2014, 2:31 PM
samsonov edited edge metadata.

LGTM

lib/sanitizer_common/sanitizer_linux.cc
672

Weird indeed. Should be fixed by r209773.

This revision is now accepted and ready to land.May 28 2014, 2:31 PM