[CodeView] Recognize Fortran95 as Fortran instead of MASM
authorBrock Wyma <brock.wyma@intel.com>
Wed, 22 Sep 2021 23:41:05 +0000 (19:41 -0400)
committerBrock Wyma <brock.wyma@intel.com>
Thu, 30 Sep 2021 13:27:05 +0000 (09:27 -0400)
commitbafd8b1add1e0871a4cc568bd40bf6bbfc175762
treecb6a23d2b649d3fffe4571764a0a2340360c71ad
parentadc18ad6ac67658a237ffb345623f4cf78b9c3c8
[CodeView] Recognize Fortran95 as Fortran instead of MASM

Map Fortran95 sources to Fortran so the CodeView language is not emitted as
MASM.

Differential Revision: https://reviews.llvm.org/D110330
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/test/DebugInfo/COFF/language.ll [new file with mode: 0644]