This is an archive of the discontinued LLVM Phabricator instance.

Add support for clang-cl's option -fexcess-precision.
ClosedPublic

Authored by zahiraam on Jan 23 2023, 7:45 AM.

Details

Summary

This option is useful for clang and clang-cl.

Diff Detail

Event Timeline

zahiraam created this revision.Jan 23 2023, 7:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2023, 7:45 AM
zahiraam requested review of this revision.Jan 23 2023, 7:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2023, 7:45 AM
mdtoguchi accepted this revision.Jan 23 2023, 8:36 AM
This revision is now accepted and ready to land.Jan 23 2023, 8:36 AM
This revision was landed with ongoing or failed builds.Jan 23 2023, 9:08 AM
This revision was automatically updated to reflect the committed changes.

@thakis I think this should fix the clang-cl use with the Mac OS compiler.