This is an archive of the discontinued LLVM Phabricator instance.

[MSAN] Add comment regarding why pthread_getaffinity_np is not supported on Android.
ClosedPublic

Authored by kda on Jun 8 2022, 11:26 AM.

Diff Detail

Event Timeline

kda created this revision.Jun 8 2022, 11:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2022, 11:26 AM
kda requested review of this revision.Jun 8 2022, 11:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2022, 11:26 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
fmayer accepted this revision.Jun 8 2022, 11:31 AM
fmayer added a subscriber: fmayer.
fmayer added inline comments.
compiler-rt/test/sanitizer_common/TestCases/Linux/pthread_getaffinity_np.cpp
4

random driveby: this means Bionic libc, right?

This revision is now accepted and ready to land.Jun 8 2022, 11:31 AM
vitalybuka accepted this revision.Jun 8 2022, 1:51 PM
kda added inline comments.Jun 8 2022, 1:53 PM
compiler-rt/test/sanitizer_common/TestCases/Linux/pthread_getaffinity_np.cpp
4

No idea. eugenis@ mentioned this: https://reviews.llvm.org/D127145

I believe "Depends on" should be in the summary, no in the title

kda retitled this revision from [MSAN] Add comment regarding why pthread_getaffinity_np is not supported on Android. Depends on: https://reviews.llvm.org/D127264 to [MSAN] Add comment regarding why pthread_getaffinity_np is not supported on Android..Jun 8 2022, 2:05 PM
kda edited the summary of this revision. (Show Details)

moved Depends on.