[all-commits] [llvm/llvm-project] 43f091: [openmp] Clean up OMPKinds.def remove OMP_DIRECTIVE

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Jul 24 12:07:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 43f09110402d382b9ce7b41d1a24b117d7941695
      https://github.com/llvm/llvm-project/commit/43f09110402d382b9ce7b41d1a24b117d7941695
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def

  Log Message:
  -----------
  [openmp] Clean up OMPKinds.def remove OMP_DIRECTIVE

This patch removes the OMP_DIRECTIVE definition from OMPKinds.def since they
are now defined in OMP.td and OMP_DIRECTIVE is not used anymore in the code.

Reviewed By: jdenny

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




More information about the All-commits mailing list