SafeStack needs just few functions from there, but sanitizer_common
introduces conflicts with other runtimes, e.g. SCUDO.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 27014 Build 27013: arc lint + arc unit
Event Timeline
compiler-rt/lib/safestack/safestack.cc | ||
---|---|---|
268 | Nice! Consider moving SCS_CHECK, RoundUpTo and MutextLock to safestack_util.h or some other header. |
Comment Actions
move some stuff into safestack_util.h
extract "static->unnamed namespace" into separate patch
compiler-rt/trunk/lib/safestack/safestack.cc | ||
---|---|---|
154 ↗ | (On Diff #182426) | Can we please add a dedicated (u64) type for TID? Assuming that PID==TID is linuxism. |
compiler-rt/trunk/lib/safestack/safestack.cc | ||
---|---|---|
154 ↗ | (On Diff #182426) |
Nice! Consider moving SCS_CHECK, RoundUpTo and MutextLock to safestack_util.h or some other header.