This is an archive of the discontinued LLVM Phabricator instance.

[flang] More CHARACTER runtime support + unit test
ClosedPublic

Authored by klausler on Apr 24 2020, 12:41 PM.

Details

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.

Diff Detail

Event Timeline

klausler created this revision.Apr 24 2020, 12:41 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler added a project: Restricted Project.Apr 24 2020, 12:45 PM
klausler added a subscriber: flang-commits.
klausler edited the summary of this revision. (Show Details)Apr 24 2020, 12:49 PM
tskeith accepted this revision.Apr 24 2020, 1:55 PM
This revision is now accepted and ready to land.Apr 24 2020, 1:55 PM
This revision was automatically updated to reflect the committed changes.