This is an archive of the discontinued LLVM Phabricator instance.

[MSAN] Add interceptor for pthread_getaffinity_np.
ClosedPublic

Authored by kda on Jun 7 2022, 12:01 AM.

Diff Detail

Event Timeline

kda created this revision.Jun 7 2022, 12:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2022, 12:01 AM
Herald added a subscriber: Enna1. · View Herald Transcript
kda requested review of this revision.Jun 7 2022, 12:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2022, 12:01 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka added inline comments.Jun 7 2022, 3:59 PM
compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
351
vitalybuka accepted this revision.Jun 7 2022, 4:24 PM
vitalybuka added inline comments.
compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
351

Ignore this one, other implementations also have this.

This revision is now accepted and ready to land.Jun 7 2022, 4:24 PM
kda marked 2 inline comments as done.Jun 7 2022, 4:27 PM
This revision was automatically updated to reflect the committed changes.