[Flang] Allow compile *.f03, *.f08 file
authorShao-Ce SUN <sunshaoce@iscas.ac.cn>
Sat, 11 Mar 2023 16:17:30 +0000 (00:17 +0800)
committerShao-Ce SUN <sunshaoce@iscas.ac.cn>
Sat, 11 Mar 2023 17:11:42 +0000 (01:11 +0800)
commitb1fdcd5fbc09f9f3e1c8a8b954aa8f9067401b31
treee70fa187ce5e33a50736e1def9851c89da2e7225
parentc0dc8f7a29e70fb69456517aa32db43d45f9a124
[Flang] Allow compile *.f03, *.f08 file

Fix issue [#61260](https://github.com/llvm/llvm-project/issues/61260)

Reviewed By: awarzynski

Differential Revision: https://reviews.llvm.org/D145845
clang/lib/Driver/Types.cpp
flang/test/Driver/supported-suffices/f03-suffix.f03 [new file with mode: 0644]
flang/test/Driver/supported-suffices/f08-suffix.f08 [new file with mode: 0644]