This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizers] Do not call internal_sigdelset() on non-Linux
ClosedPublic

Authored by kutuzov.viktor.84 on Apr 23 2015, 6:37 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Sanitizers] Do not call internal_sigdelset() on non-Linux.
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 a subscriber: Unknown Object (MLST).
samsonov accepted this revision.Apr 23 2015, 11:48 AM
samsonov edited edge metadata.

LGTM. If internal_sigdelset is available on FreeBSD (we just shouldn't call it), then I'd prefer if(SANITIZER_LINUX) instead of #if. Anyway, feel free to submit.

This revision is now accepted and ready to land.Apr 23 2015, 11:48 AM
This revision was automatically updated to reflect the committed changes.