This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add runtime interface for GET_ENVIRONMENT_VARIABLE
ClosedPublic

Authored by rovka on Oct 8 2021, 2:43 AM.

Details

Summary

Split into 2 entry points, one for the length and one for the value.

Diff Detail

Event Timeline

rovka created this revision.Oct 8 2021, 2:43 AM
rovka requested review of this revision.Oct 8 2021, 2:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2021, 2:43 AM
klausler accepted this revision.Oct 8 2021, 10:15 AM
klausler added inline comments.
flang/include/flang/Runtime/command.h
46

Please add default values to the last three arguments, and set the default for trim_name to true.

This revision is now accepted and ready to land.Oct 8 2021, 10:15 AM
This revision was automatically updated to reflect the committed changes.