Skip to content

Commit 56cc0bb

Browse files
author
Shao-Ce SUN
committed
Revert "[Flang] Allow compile *.f03, *.f08 file"
The test will fail in the MSVC environment. This reverts commit 171794d.
1 parent aff3cdc commit 56cc0bb

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

clang/lib/Driver/Types.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,6 @@ types::ID types::lookupTypeForExtension(llvm::StringRef Ext) {
331331
.Case("cui", TY_PP_CUDA)
332332
.Case("cxx", TY_CXX)
333333
.Case("CXX", TY_CXX)
334-
.Case("F03", TY_Fortran)
335-
.Case("f03", TY_PP_Fortran)
336-
.Case("F08", TY_Fortran)
337-
.Case("f08", TY_PP_Fortran)
338334
.Case("F90", TY_Fortran)
339335
.Case("f90", TY_PP_Fortran)
340336
.Case("F95", TY_Fortran)

flang/test/Driver/supported-suffices/f03-suffix.f03

Lines changed: 0 additions & 5 deletions
This file was deleted.

flang/test/Driver/supported-suffices/f08-suffix.f08

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)