This is an archive of the discontinued LLVM Phabricator instance.

Only use fast stack unwinding for sanitizers failure reports on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Jul 8 2014, 5:35 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to Only use fast stack unwinding for sanitizers failure reports 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), theraven, emaste.
lib/sanitizer_common/sanitizer_stacktrace.h
60 ↗(On Diff #11157)

'if (SANITIZER_MAC || SANTIIZER_FREEBSD)' gives the 'use of logical '||' with constant operand' kind of warning.

kcc accepted this revision.Jul 8 2014, 6:15 AM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 8 2014, 6:15 AM
kutuzov.viktor.84 updated this revision to Diff 11249.

Closed by commit rL212691 (authored by vkutuzov).