This is an archive of the discontinued LLVM Phabricator instance.

[CodeView] Recognize Fortran95 as Fortran instead of MASM
ClosedPublic

Authored by bwyma on Sep 23 2021, 6:33 AM.

Details

Summary

Map Fortran95 sources to Fortran so the CodeView language is not emitted as MASM.
The test validates the CodeView source language emitted for different versions of C, C++, and Fortran.

Diff Detail

Event Timeline

bwyma created this revision.Sep 23 2021, 6:33 AM
bwyma requested review of this revision.Sep 23 2021, 6:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2021, 6:33 AM
rnk accepted this revision.Sep 23 2021, 1:06 PM

lgtm, thanks!

This revision is now accepted and ready to land.Sep 23 2021, 1:06 PM
This revision was landed with ongoing or failed builds.Sep 30 2021, 6:32 AM
This revision was automatically updated to reflect the committed changes.