This is an archive of the discontinued LLVM Phabricator instance.

[flang] More Fortran runtime support for CHARACTER operations
ClosedPublic

Authored by klausler on Jun 17 2020, 2:16 PM.

Details

Summary
  • Remove C++ library dependence from lock.h
  • Implement LEN_TRIM, REPEAT, ADJUSTL, ADJUSTR, MAX/MIN intrinsic functions for CHARACTER

Diff Detail

Event Timeline

klausler created this revision.Jun 17 2020, 2:16 PM
Herald added a project: Restricted Project. · View Herald Transcript
PeteSteinfeld accepted this revision.Jun 17 2020, 3:36 PM

I built and tested in-tree, and everything worked like a champ. The out-of-tree build failed, but I assume that's because D82050 hasn't been integrated yet.

This revision is now accepted and ready to land.Jun 17 2020, 3:36 PM
This revision was automatically updated to reflect the committed changes.