We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa6eda commit d8b45ffCopy full SHA for d8b45ff
test/compiler_test_m.f90
@@ -239,6 +239,8 @@ function fpm_compiler_arguments() result(args)
239
args = "--compiler ftn"
240
else if (index(compiler_identity, "XLF")==1) then
241
args = "--compiler xlf2008_r"
242
+ else if (index(compiler_identity, "flang")==1) then
243
+ args = "--compiler flang-new"
244
else
245
error stop "----> Unrecognized compiler_version() in function fpm_compiler_arguments. <----"
246
end if
0 commit comments