This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow compiler directives in macros
ClosedPublic

Authored by klausler on May 17 2023, 7:21 AM.

Details

Summary

Modify the prescanner to allow compiler directives to appear in
macro expansions, and adjust the parser to accept a semicolon
as a directive terminator.

Diff Detail

Event Timeline

klausler created this revision.May 17 2023, 7:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 7:21 AM
klausler requested review of this revision.May 17 2023, 7:21 AM
DanielCChen accepted this revision.May 17 2023, 12:32 PM

LGTM. Thanks.

This revision is now accepted and ready to land.May 17 2023, 12:32 PM
This revision was landed with ongoing or failed builds.May 18 2023, 11:04 AM
This revision was automatically updated to reflect the committed changes.