This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Simplify ThreadLister interface
ClosedPublic

Authored by vitalybuka on May 7 2018, 1:10 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.May 7 2018, 1:10 AM
eugenis accepted this revision.May 7 2018, 4:09 PM
eugenis added inline comments.
compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
925 ↗(On Diff #145435)

why not while(true) ?

This revision is now accepted and ready to land.May 7 2018, 4:09 PM
vitalybuka updated this revision to Diff 145586.May 7 2018, 4:32 PM
vitalybuka marked an inline comment as done.

Simplify loop

compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
925 ↗(On Diff #145435)

Just at artifact of attemt to detect short read by number of iterations

This revision was automatically updated to reflect the committed changes.