This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Add crtfastmath.o on Solaris if appropriate
ClosedPublic

Authored by ro on Jan 12 2023, 3:59 AM.

Details

Summary

Flang :: Driver/fast_math.f90 FAILs on Solaris because crtfastmath.o is missing from the link line.

This patch adds it as appropriate.

Tested on amd64-pc-solaris2.11.

Diff Detail

Event Timeline

ro created this revision.Jan 12 2023, 3:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2023, 3:59 AM
ro requested review of this revision.Jan 12 2023, 3:59 AM
tblah added a subscriber: tblah.Jan 12 2023, 4:01 AM
MaskRay accepted this revision.Jan 12 2023, 11:03 AM

LGTM.

This revision is now accepted and ready to land.Jan 12 2023, 11:03 AM
This revision was automatically updated to reflect the committed changes.