This is an archive of the discontinued LLVM Phabricator instance.

[flang] Support <name>=<integer> syntax in compiler directives
ClosedPublic

Authored by klausler on Jul 17 2020, 4:39 PM.

Details

Summary

Accept name=value as part of a !DIR$ compiler directive. These
are currently ignored in semantics, but we should recognize
more directive forms to facilitate testing. In due course,
these placeholding directive parsers will be replaced.

Diff Detail

Event Timeline

klausler created this revision.Jul 17 2020, 4:39 PM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.Jul 17 2020, 4:50 PM
This revision is now accepted and ready to land.Jul 17 2020, 4:50 PM
This revision was automatically updated to reflect the committed changes.