This is an archive of the discontinued LLVM Phabricator instance.

[safestack] Add ThreadId type as uint64_t
ClosedPublic

Authored by vitalybuka on Jan 18 2019, 2:15 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Jan 18 2019, 2:15 PM
krytarowski added inline comments.Jan 18 2019, 2:21 PM
compiler-rt/lib/safestack/safestack_platform.h
23 ↗(On Diff #182605)

We need additionally:

#if SANITIZER_NETBSD
#include <lwp.h>
#endif

include lwp.h

vitalybuka marked an inline comment as done.Jan 18 2019, 2:32 PM
krytarowski accepted this revision.Jan 18 2019, 2:34 PM
This revision is now accepted and ready to land.Jan 18 2019, 2:34 PM
This revision was automatically updated to reflect the committed changes.