[Openmp-commits] [PATCH] D41914: Improve threadprivate implementation
Hansang Bae via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Feb 12 09:56:34 PST 2018
hbae added inline comments.
================
Comment at: runtime/src/kmp_threadprivate.cpp:714
+ // guarantees it will keep using the same location for the cache. Assuming
+ // that change makes it into 19.0 compiler, we can switch to the following
+ // line when 18.0 is no longer supported:
----------------
Should we rephrase this so that it doesn't include 18.0/19.0?
Repository:
rL LLVM
https://reviews.llvm.org/D41914
More information about the Openmp-commits
mailing list