This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Allow BackgroundThread to not depend on StackDepot v2
ClosedPublic

Authored by cryptoad on Apr 9 2018, 3:13 PM.

Details

Summary

This is a redo of D45296.
It looks like the random stack-protector issues I was getting were coming from
my Android emulator, and updating everything all around and relaunching stuff
ended up making it go away.
I guess I'll have to see how it behaves on the bots.
Only additional change from the previous CL is some const were appropriate.

Event Timeline

cryptoad created this revision.Apr 9 2018, 3:13 PM
Herald added subscribers: Restricted Project, delcypher, kubamracek. · View Herald TranscriptApr 9 2018, 3:13 PM
alekseyshl accepted this revision.Apr 9 2018, 3:20 PM
This revision is now accepted and ready to land.Apr 9 2018, 3:20 PM
This revision was automatically updated to reflect the committed changes.