[all-commits] [llvm/llvm-project] 9b7d6a: [OpenMP] Fix too long name for shm segment on macOS
Jonathan Peyton via All-commits
all-commits at lists.llvm.org
Wed Dec 9 12:32:26 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b7d6a6bffce14c766eaa90c7a3d3b8d192cdfb0
https://github.com/llvm/llvm-project/commit/9b7d6a6bffce14c766eaa90c7a3d3b8d192cdfb0
Author: Peyton, Jonathan L <jonathan.l.peyton at intel.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M openmp/runtime/src/kmp_runtime.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list