This is an archive of the discontinued LLVM Phabricator instance.

[asan, myriad] Simplify main thread handling
ClosedPublic

Authored by waltl on May 29 2018, 3:07 PM.

Details

Summary

On Myriad RTEMS, we don't need to treat the main thread differently.
The existing thread hooks will do the right thing, so get rid of all
the unneeded special logic.

Diff Detail

Event Timeline

waltl created this revision.May 29 2018, 3:07 PM
alekseyshl accepted this revision.May 29 2018, 4:33 PM
This revision is now accepted and ready to land.May 29 2018, 4:33 PM
This revision was automatically updated to reflect the committed changes.