[all-commits] [llvm/llvm-project] 852fe3: [OPENMP52] Deprecation of 'depend' clause in order...

jyu2-git via All-commits all-commits at lists.llvm.org
Fri Jul 7 13:20:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 852fe30b687e1df9f67007944a90c748ea77f587
      https://github.com/llvm/llvm-project/commit/852fe30b687e1df9f67007944a90c748ea77f587
  Author: Jennifer Yu <jennifer.yu at intel.com>
  Date:   2023-07-07 (Fri, 07 Jul 2023)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/test/OpenMP/ordered_doacross_codegen.c
    M clang/test/OpenMP/ordered_messages.cpp

  Log Message:
  -----------
  [OPENMP52] Deprecation of 'depend' clause in ordered directive.

BTW, I need change test ordered_doacross_codegen.c since I can not use
macro _OPENMP >= 202111 due to use of -fopenmp-simd.

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




More information about the All-commits mailing list