Skip to content

[cmake] Support more Fortran filename suffixes #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

kawashima-fj
Copy link
Member

@kawashima-fj kawashima-fj commented Nov 20, 2024

These Fortran suffixes are aligned with the lookupTypeForExtension function in clang/lib/Driver/Types.cpp.

We Fujitsu want to contribute the Fujitsu Compiler Test Suite to the LLVM test-suite after it becomes ready and we obtain consensus in the community. It includes *.f95 and *.for tests.

This commit affects tests which use llvm_singlesource or llvm_multisource in CMakeLists.txt. I confirmed this commit does not affect any existing tests in the LLVM test-suite actually.

These Fortran suffixes are aligned with the `lookupTypeForExtension`
function in `clang/lib/Driver/Types.cpp`.
Copy link
Contributor

@tarunprabhu tarunprabhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this. LGTM.

@kawashima-fj kawashima-fj merged commit 9f743a8 into llvm:main Nov 22, 2024
1 check passed
@kawashima-fj kawashima-fj deleted the support-more-fortran-suffixes branch November 22, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants