[Openmp-commits] [PATCH] D89898: changing OMP rtl to use shared memory instead of env variable
Todd Erdner via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 17 09:04:24 PST 2020
terdner added a comment.
Hi @rogfer01,
After committing this code we found a case where if there is an abort some files in /dev/shm did not get cleaned up properly. We have created a new review that fixes this problem:
https://reviews.llvm.org/D90974
If you pick up code after that review was merged and still see the problem please let me know. As far as I have seen, this more recent patch fixes the issue.
Thanks,
Todd
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89898/new/
https://reviews.llvm.org/D89898
More information about the Openmp-commits
mailing list