This is an archive of the discontinued LLVM Phabricator instance.

[clang][Driver] recognize `-ffp-contract=fast-honor-pragmas`
ClosedPublic

Authored by yaxunl on Mar 8 2023, 9:06 PM.

Details

Summary

-ffp-contract=fast-honor-pragmas is a valid option recognized
by clang -cc1 but it is missed by clang driver.

Diff Detail

Event Timeline

yaxunl created this revision.Mar 8 2023, 9:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 9:06 PM
yaxunl requested review of this revision.Mar 8 2023, 9:06 PM
arsenm accepted this revision.Aug 18 2023, 4:48 AM
arsenm added a subscriber: arsenm.

LGTM, not recognizing this in the driver is incomplete

This revision is now accepted and ready to land.Aug 18 2023, 4:48 AM
This revision was landed with ongoing or failed builds.Aug 24 2023, 4:51 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2023, 4:51 PM