[all-commits] [llvm/llvm-project] 854367: [flang] Fix broken build of flang with clang

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu May 20 13:55:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 854367240d62802a547d25fb6027b2c3956e8cbf
      https://github.com/llvm/llvm-project/commit/854367240d62802a547d25fb6027b2c3956e8cbf
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-05-20 (Thu, 20 May 2021)

  Changed paths:
    M flang/runtime/transformational.cpp
    M flang/runtime/transformational.h

  Log Message:
  -----------
  [flang] Fix broken build of flang with clang

A recent commit (e00a170) inadvertently exposed the Reshape runtime
function as being extern "C", for which it is not yet ready, leading
to a valid warning from clang that we treat as an error.  Patch.




More information about the All-commits mailing list