[all-commits] [llvm/llvm-project] ebe24a: [flang] Change "unsupported" messages in the runti...

Pete Steinfeld via All-commits all-commits at lists.llvm.org
Thu May 5 15:25:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebe24a2a3116a5668c3fff27524d485e6956072e
      https://github.com/llvm/llvm-project/commit/ebe24a2a3116a5668c3fff27524d485e6956072e
  Author: Peter Steinfeld <psteinfeld at nvidia.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
    M flang/runtime/tools.h

  Log Message:
  -----------
  [flang] Change "unsupported" messages in the runtime to "not yet implemented"

If a programmer is able to compile and link a program that contains types that
are not yet supported by the runtime, it must be because they're not yet
implemented.

This change will make it easier to find unimplemented code in tests.

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




More information about the All-commits mailing list