[PATCH] D78826: [flang] More CHARACTER runtime support + unit test

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 24 12:59:25 PDT 2020


klausler created this revision.
klausler added reviewers: tskeith, sscalpone.
Herald added subscribers: llvm-commits, mgorny.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
klausler added a project: Flang.
klausler added a subscriber: flang-commits.
Herald added a reviewer: jdoerfert.
klausler edited the summary of this revision.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78826

Files:
  flang/runtime/character.cpp
  flang/runtime/character.h
  flang/unittests/Runtime/CMakeLists.txt
  flang/unittests/Runtime/character.cpp
  flang/unittests/Runtime/format.cpp
  flang/unittests/Runtime/hello.cpp
  flang/unittests/Runtime/list-input.cpp
  flang/unittests/Runtime/testing.cpp
  flang/unittests/Runtime/testing.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78826.259966.patch
Type: text/x-patch
Size: 11416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200424/d18372ad/attachment.bin>


More information about the llvm-commits mailing list