This is an archive of the discontinued LLVM Phabricator instance.

[Tsan] Do not use INTERCEPT_FUNCTION_VER() on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Oct 9 2014, 12:03 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Tsan] Do not use INTERCEPT_FUNCTION_VER() 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, glider.
kutuzov.viktor.84 added subscribers: Unknown Object (MLST), emaste.
samsonov accepted this revision.Oct 9 2014, 6:18 PM
samsonov edited edge metadata.

LGTM

lib/tsan/rtl/tsan_interceptors.cc
236 ↗(On Diff #14667)

Please add indentation here

#if SANITIZER_FREEBSD
# define ...
#else
# define ..
#endif
This revision is now accepted and ready to land.Oct 9 2014, 6:18 PM
Diffusion closed this revision.Oct 10 2014, 12:22 AM
Diffusion updated this revision to Diff 14705.

Closed by commit rL219483 (authored by vkutuzov).