[all-commits] [llvm/llvm-project] b86dbe: Fix flang after D76342

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Feb 16 12:38:19 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b86dbe0c23e3d284699da551afc2ca9c634a6c62
      https://github.com/llvm/llvm-project/commit/b86dbe0c23e3d284699da551afc2ca9c634a6c62
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2021-02-16 (Tue, 16 Feb 2021)

  Changed paths:
    M flang/lib/Semantics/check-omp-structure.cpp

  Log Message:
  -----------
  Fix flang after D76342

Fix Flang build after addition of a new OpenMP clauses for a clang patch (D76342).
Flang is using TableGen to generation the declaration of clause checks and the new clause
was missing a definiton.

Reviewed By: klausler

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




More information about the All-commits mailing list