summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-12 13:17:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-10-12 13:17:47 (GMT)
commitf3bb1c8d7f02765b3775227d2854a2c6302ac624 (patch)
tree911a0a0c809d43501471ea239ab2f05b28ad18eb /Tests/Fortran
parent5d132113b13ac96b8511f967263429ee05b7cd5a (diff)
parent0301779e8532626c106f38e4f8e227c89ba1b158 (diff)
downloadCMake-f3bb1c8d7f02765b3775227d2854a2c6302ac624.zip
CMake-f3bb1c8d7f02765b3775227d2854a2c6302ac624.tar.gz
CMake-f3bb1c8d7f02765b3775227d2854a2c6302ac624.tar.bz2
Merge topic 'flang-implicit-link-info' into release-3.25
0301779e85 LLVMFlang: Add support for mixed-language linking with Fortran Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7781
Diffstat (limited to 'Tests/Fortran')
-rw-r--r--Tests/Fortran/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Fortran/CMakeLists.txt b/Tests/Fortran/CMakeLists.txt
index cdc08c4..0fede25 100644
--- a/Tests/Fortran/CMakeLists.txt
+++ b/Tests/Fortran/CMakeLists.txt
@@ -123,7 +123,7 @@ endfunction()
# if the id's match or the compilers are compatible, then
# call the test_fortran_c_interface_module function
if("${CMAKE_Fortran_COMPILER_ID}:${CMAKE_C_COMPILER_ID}" MATCHES
- "(Intel(LLVM)?:MSVC|Absoft:GNU)"
+ "(Intel(LLVM)?:MSVC|Absoft:GNU|LLVMFlang:(GNU|Clang))"
OR ("${CMAKE_Fortran_COMPILER_ID}" STREQUAL "${CMAKE_C_COMPILER_ID}" ))
test_fortran_c_interface_module()
else()