This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix too long name for shm segment on macOS
ClosedPublic

Authored by jlpeyton on Dec 4 2020, 8:34 AM.

Details

Summary

For macOS the shm segment name is apparently too long with the user id added to the end. Remove the user id component of the shm segment name and just use the pid like before.

Diff Detail

Event Timeline

jlpeyton created this revision.Dec 4 2020, 8:34 AM
jlpeyton requested review of this revision.Dec 4 2020, 8:34 AM
This revision is now accepted and ready to land.Dec 9 2020, 5:50 AM
This revision was automatically updated to reflect the committed changes.