This is an archive of the discontinued LLVM Phabricator instance.

Make flang driver stuff work on macOS
ClosedPublic

Authored by thakis on Oct 30 2019, 12:56 PM.

Details

Summary

6bf55804 added special-case code for TY_PP_Fortran to
ToolChain::LookupTypeForExtension(), but
Darwin::LookupTypeForExtension() overrode that method without calling
the superclass implementation.

Make it call the superclass implementation to fix things.

Diff Detail

Event Timeline

thakis retitled this revision from Make flang driver stuff wrok on macOS to Make flang driver stuff work on macOS.Oct 30 2019, 1:07 PM
peterwaller-arm accepted this revision.Oct 31 2019, 2:13 AM

LGTM, thanks!

This revision is now accepted and ready to land.Oct 31 2019, 2:13 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2019, 4:40 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript