[all-commits] [llvm/llvm-project] 511ac6: [flang] Silence new build warning

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Aug 9 11:58:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 511ac6f8b4a0ca0178104bc57e960a846f4867b3
      https://github.com/llvm/llvm-project/commit/511ac6f8b4a0ca0178104bc57e960a846f4867b3
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-08-09 (Mon, 09 Aug 2021)

  Changed paths:
    M flang/runtime/type-info.h

  Log Message:
  -----------
  [flang] Silence new build warning

Some build environments complain about unused data members in some
C++ translations of Fortran derived types; those members don't really
need to be present, so remove them.

Fix pushed w/o review to get build bots running again.




More information about the All-commits mailing list