Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
compiler-rt/lib/safestack/safestack_platform.h | ||
---|---|---|
23 ↗ | (On Diff #182605) | We need additionally: #if SANITIZER_NETBSD #include <lwp.h> #endif |
Paths
| Differential D56937
[safestack] Add ThreadId type as uint64_t ClosedPublic Authored by vitalybuka on Jan 18 2019, 2:15 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jan 18 2019, 2:34 PM Closed by commit rL351607: [safestack] Add ThreadId type as uint64_t (authored by vitalybuka). · Explain WhyJan 18 2019, 2:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 182614 compiler-rt/trunk/lib/safestack/safestack.cc
compiler-rt/trunk/lib/safestack/safestack_platform.h
|