[all-commits] [llvm/llvm-project] d49ce7: [OpenMP][libomp] Replace global variable reference...

Jonathan Peyton via All-commits all-commits at lists.llvm.org
Tue Apr 12 10:51:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d49ce7c35606cc6d7ee2cc673bb54846468f8980
      https://github.com/llvm/llvm-project/commit/d49ce7c35606cc6d7ee2cc673bb54846468f8980
  Author: Jonathan Peyton <jonathan.l.peyton at intel.com>
  Date:   2022-04-12 (Tue, 12 Apr 2022)

  Changed paths:
    M openmp/runtime/src/kmp_affinity.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list