[OpenMP][libomp] Replace global variable references with local object
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Tue, 12 Apr 2022 16:15:54 +0000 (11:15 -0500)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Tue, 12 Apr 2022 17:50:41 +0000 (12:50 -0500)
commitd49ce7c35606cc6d7ee2cc673bb54846468f8980
tree13e24c247ddbce033e9f58d7aa7c4133e8b32a68
parent9faab435a35720fd7c6b3aeafe22c5dfb29f36e0
[OpenMP][libomp] Replace global variable references with local object

Remove references to global __kmp_topology within a kmp_topology_t
object method. There should just be implicit references to the
private object.
openmp/runtime/src/kmp_affinity.cpp