OSDN Git Service

[OpenMP] Fix too long name for shm segment on macOS
authorPeyton, Jonathan L <jonathan.l.peyton@intel.com>
Fri, 4 Dec 2020 16:30:10 +0000 (10:30 -0600)
committerPeyton, Jonathan L <jonathan.l.peyton@intel.com>
Wed, 9 Dec 2020 20:31:15 +0000 (14:31 -0600)
commit9b7d6a6bffce14c766eaa90c7a3d3b8d192cdfb0
tree9f03d8dd47e2669430a0fcd51840249dd936161f
parenta5e6590b15b17793d7a82f8b39998381acb73109
[OpenMP] Fix too long name for shm segment on macOS

Remove the user id component to the shm segment name and just use
the pid like before.

Differential Revision: https://reviews.llvm.org/D92660
openmp/runtime/src/kmp_runtime.cpp