[all-commits] [llvm/llvm-project] fc0262: [flang] More CHARACTER runtime support + unit test

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Apr 24 14:38:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc0262419a8647c44fe8712ee8e2d4de077f2bde
      https://github.com/llvm/llvm-project/commit/fc0262419a8647c44fe8712ee8e2d4de077f2bde
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-04-24 (Fri, 24 Apr 2020)

  Changed paths:
    M flang/runtime/character.cpp
    M flang/runtime/character.h
    M flang/unittests/Runtime/CMakeLists.txt
    A flang/unittests/Runtime/character.cpp
    M flang/unittests/Runtime/format.cpp
    M flang/unittests/Runtime/hello.cpp
    M flang/unittests/Runtime/list-input.cpp
    M flang/unittests/Runtime/testing.cpp
    M flang/unittests/Runtime/testing.h

  Log Message:
  -----------
  [flang] More CHARACTER runtime support + unit test

Summary:
This is a continuation of development of the runtime support library's functions for
CHARACTER data; specifically, it implements CHARACTER comparisons.
It includes a new unit test, and moves an #include directive to the
runtime's unit testing main header.

Reviewers: tskeith, sscalpone, DavidTruby, jdoerfert

Reviewed By: tskeith

Subscribers: flang-commits, mgorny, llvm-commits

Tags: #llvm, #flang

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




More information about the All-commits mailing list