Details
Details
- Reviewers
vitalybuka - Commits
- rG828c94c0f6b3: [MSAN] Add interceptor for pthread_getaffinity_np.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127185
[MSAN] Add interceptor for pthread_getaffinity_np. ClosedPublic Authored by kda on Jun 7 2022, 12:01 AM.
Details
Diff Detail
Event Timeline
vitalybuka added inline comments.
This revision is now accepted and ready to land.Jun 7 2022, 4:24 PM Closed by commit rG828c94c0f6b3: [MSAN] Add interceptor for pthread_getaffinity_np. (authored by kda). · Explain WhyJun 7 2022, 4:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 434703 compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
compiler-rt/test/msan/Linux/pthread_getaffinity_np.cpp
compiler-rt/test/sanitizer_common/TestCases/Linux/pthread_getaffinity_np.cpp
|