This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Fix error message
ClosedPublic

Authored by klausler on Aug 18 2022, 11:20 AM.

Details

Summary

A literal % character in an error message needs to be doubled
so that it appears in the output of snprintf().

Diff Detail

Event Timeline

klausler created this revision.Aug 18 2022, 11:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 11:20 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 18 2022, 11:20 AM
vdonaldson accepted this revision.Aug 18 2022, 11:37 AM
This revision is now accepted and ready to land.Aug 18 2022, 11:37 AM
This revision was automatically updated to reflect the committed changes.