[all-commits] [llvm/llvm-project] ad24cf: [OpenMP] change omp_atk_* and omp_atv_* enumerator...

kkwli via All-commits all-commits at lists.llvm.org
Thu Jan 23 08:16:08 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ad24cf2a942068e5bcdda3fbe58c084715266cf3
      https://github.com/llvm/llvm-project/commit/ad24cf2a942068e5bcdda3fbe58c084715266cf3
  Author: Kelvin Li <kkwli0 at gmail.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M openmp/runtime/src/include/omp.h.var
    M openmp/runtime/src/kmp.h
    M openmp/runtime/src/kmp_alloc.cpp
    M openmp/runtime/test/api/omp_alloc_def_fb.c
    M openmp/runtime/test/api/omp_alloc_hbw.c
    M openmp/runtime/test/api/omp_alloc_null_fb.c

  Log Message:
  -----------
  [OpenMP] change omp_atk_* and omp_atv_* enumerators to lowercase [NFC]

The OpenMP spec defines the OMP_ATK_* and OMP_ATV_* to be lowercase.

Differential Revision: https://reviews.llvm.org/D73248




More information about the All-commits mailing list