This contains the required changes to make the AddressSanitizer work on 64-bit SPARC/Linux (SPARC-T4 and later) as well as general fixes for the Sanitizer on the SPARC architecture, both Linux (where the sigaction interfacing was totally broken) and Solaris. This was tested with GCC on SPARC/Solaris and 64-bit SPARC/Linux.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h | ||
---|---|---|
44 | Could you please split this into smaller interdependent patches? |
Could you please split this into smaller interdependent patches?
e.g.
asan should be in the different patch.
kSignExtendedAddresses related stuff is also looks like a separate patch
maybe something else