summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGilles Gouaillardet <gilles@rist.or.jp>2022-09-09 23:23:30 +0900
committerBrad King <brad.king@kitware.com>2022-09-09 10:37:56 -0400
commit0f5b6dd215439304f701284390127469dcf64ccb (patch)
treece0ab3c5532b9e08c307c6ed9da37f973634cfb1 /configure
parenta2f9e674bb15d91af15cec815a5c40c0ecc2ee9f (diff)
downloadcmake-0f5b6dd215439304f701284390127469dcf64ccb.tar.gz
FortranCInterface: Add support for LLVMFlang mangling
The following `module.f90` file module mymodule contains subroutine mysub() end subroutine end module when compiled with `flang-new` (from LLVM 15.0.0) generate the `_QMmymodulePmysub` symbol. $ flang-new -c module.f90 $ nm module.o 0000000000000000 T _QMmymodulePmysub This commit fixes the regular expressions accordingly.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions