This is an archive of the discontinued LLVM Phabricator instance.

[flang] Skip `D` when including D debug line
ClosedPublic

Authored by jeanPerier on Mar 30 2022, 2:18 AM.

Details

Summary

When including debug lines as code, the D should be considered as
a white space. Currently an error was raised about bad labels because
it the D remained a D when considering the source line as code.

Diff Detail

Event Timeline

jeanPerier created this revision.Mar 30 2022, 2:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2022, 2:18 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
jeanPerier requested review of this revision.Mar 30 2022, 2:18 AM
klausler accepted this revision.Mar 30 2022, 8:52 AM
This revision is now accepted and ready to land.Mar 30 2022, 8:52 AM
This revision was automatically updated to reflect the committed changes.